Syntax 

int PCMSGetFmtMatch(Trip trip, int which, char *buffer, int bufSize, int zipLen, int cityLen, int countyLen)

 

Parameters 

Trip trip – Handle to a trip.

int which – The stop on the trip (a trip’s origin is stop zero).

char *buffer – The buffer where the formatted place name will be deposited.

int bufSize – The number of bytes in the buffer.

int zipLen – The length of the ZIP code field.

int cityLen – The length of the city field.

int countyLen – The length of the county field.


Description

Formats the length of the place name before returning it. The place name will be returned in the format (zipLen)_(cityLen)_(2-character state abbreviation),_(countyLen), where the underscores represent spaces, for example:

07403 Bloomingdale NJ, Passaic

 

Return Values 

Standard Returns


Supported Since: PC*MILER|Connect 12

Category: Geocoding