MAPS | DEVELOPER
 

PC*MILER Connect APIs, A-F

An alphabetical listing of PC*MILER|Connect APIs.

PCMSAbout
Syntax  int PCMSAbout (const char *which, char *buffer, int bufSize) Parameters  const char *which ­­– The keyword for the information you are seeking...
Mon, 7 Jun, 2021 at 6:03 PM
PCMSAddCustomPlace (Deprecated)
Syntax  int PCMSAddCustomPlace(PCMServerID serv, const char *name, const char *location) Parameters  PCMServerID serv – The PC*MILER server ID. const...
Thu, 28 Jun, 2018 at 4:13 PM
PCMSAddPing
Syntax int PCMSAddPing(Trip trip, char *tripLatLon) Parameters   Trip trip – Handle to a trip. Char *tripLatLon – A lat/long pair separated by a comm...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSAddStop
Syntax  int PCMSAddStop(Trip trip, const char *stop) Parameters  Trip trip – Handle to a trip. const char *stop – A geocodable location.   Descri...
Wed, 4 Jan, 2023 at 8:02 PM
PCMSAFActivateRegion (Deprecated)
Syntax  int PCMSAFActivateRegion(PCMServerID serv, const char *regionID, bool activate) Parameters  PCMServerID serv – The PC*MILER server ID. const ...
Thu, 28 Jun, 2018 at 4:14 PM
PCMSAFActivateSet
Syntax  int PCMSAFActivateSet(PCMServerID server, const char *setName, bool activate) Parameters  PCMServerID serv – The PC*MILER server ID. const ch...
Wed, 2 Mar, 2022 at 6:20 PM
PCMSAFExportRegion (Deprecated)
Syntax  int PCMSAFExportRegion(PCMServerID serv, const char *regionID, const char *fileName, const char *delimiter) Parameters  PCMServerID serv – The...
Thu, 28 Jun, 2018 at 4:14 PM
PCMSAFExportSet (Deprecated)
Syntax  int PCMSAFExportSet(PCMServerID serv, const char *setName, const char *fileName, const char *delimiter) Parameters  PCMServerID serv – The PC*...
Thu, 28 Jun, 2018 at 4:15 PM
PCMSAirDistToRte
Syntax  int PCMSAirDistToRte(Trip trip, char *location, int leg)   Parameters  Trip trip – Handle to a trip. int leg – Index of the current leg of the ...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSAnglicize
Syntax int PCMSAnglicize(char *outBuf, char *inBuf) Parameters char *outBuf – Buffer that will receive the anglicized string. char *inBuf – Any input...
Thu, 25 Jun, 2020 at 7:04 PM