MAPS | DEVELOPER
 

PC*MILER Connect APIs, A-F

An alphabetical listing of PC*MILER|Connect APIs.

PCMSCalcTrip
Syntax long PCMSCalcTrip(Trip trip, char *orig, char *dest) Parameters Trip trip – Handle to a trip. char *orig – A geocodable location defining the ...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSCalculate
Syntax long PCMSCalculate(Trip trip) Parameters Trip trip – Handle to a trip. Description Computes the distance for the current trip using the cu...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSClearStops
Syntax void PCMSClearStops(Trip trip) Parameters  Trip trip – Handle to a trip. Description Removes all stops from a trip, leaving all other trip...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSCloseServer
Syntax  int PCMSCloseServer(PCMServerID serv)   Parameters  PCMServerID serv – The PC*MILER server ID. Description Deletes any remaining trips that...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSCountryList
Syntax int PCMSCountryList (PCMServerID serv, const char *regionID) Parameters PCMServerID serv – The PC*MILER server ID.  const char *regionID – Ava...
Mon, 7 Jun, 2021 at 6:09 PM
PCMSCountryListItem
Syntax int PCMSCountryListItem (PCMServerID serv, const char* regionID, int index, char *buffer, int bufSize) Parameters  PCMServerID serv – The PC*MI...
Mon, 7 Jun, 2021 at 6:10 PM
PCMSDeleteStop
Syntax  int PCMSDeleteStop(Trip trip, int index) Parameters Trip trip – Handle to a trip. int index – The stop index starting at 0. Description ...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSDeleteTrip
Syntax   void PCMSDeleteTrip(Trip trip) Parameters  Trip trip – Handle to a trip.   Description Deletes the trip associated with the trip identifie...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSCalcDistToRoute
Syntax  int PCMSCalcDistToRoute(Trip trip, char *location) Parameters   Trip trip – Handle to a trip. char *location – A geocodable location.   Des...
Tue, 9 Jun, 2020 at 2:10 PM
PCMSCreateManagedRouteMsgBytes
Syntax  long PCMSCreateManagedRouteMsgBytes(Trip trip, char *pBuffer, long bufSize, const char *pLatLongs, long lOORCompliance, double dOORDist) Parame...
Thu, 25 Jun, 2020 at 7:04 PM