Syntax 

int PCMSGetLocRadItem(Trip trip, int index, char *buffer, int bufSize)


Parameters 

Trip trip – Handle to a trip.

int index ­– The item index, starting at 0 and going up to the return value -1 of the PCMSLocRadLookup function.

char *buffer – The buffer where the item will be deposited.

int bufSize – The number of bytes in the buffer.


Description

Gets an item found in the location radius query using the PCMSLocRadLookup function.


Return Values 

Returns the number of bytes written in the buffer.


Supported Since: PC*MILER Connect 18

Category: Geocoding