MAPS | DEVELOPER
 

PC*MILER Connect APIs, G

An alphabetical listing of PC*MILER Connect APIs.

PCMSGetNumRoutingProfiles
Syntax  int PCMSGetNumRoutingProfiles(PCMServerID serv) Parameters  PCMServerID serv – The PC*MILER server ID. Description Gets the number of cre...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetNumSegments
Syntax  int PCMSGetNumSegments(Trip trip) Parameters  Trip trip – Handle to a trip. Description Gets the number of report segments in a Detailed ...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetPOIAlongRouteResult
Syntax  int PCMSGetPOIAlongRouteResult(Trip trip, int result, char* stopBuffer, int bufSize, int* distanceFromOrigin, int* timeFromOrigin, float* pFuelPric...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetRegionName
Syntax  int PCMSGetRegionName(PCMServerID serv, int idx, char *name, int bufSize) Parameters  PCMServerID serv – The PC*MILER server ID. int idx – In...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetRoadSpeed
Syntax  int PCMSGetRoadSpeed(Trip trip, const char *state, long type, bool urban = false) Parameters  Trip trip – Handle to a trip. const char *st...
Mon, 7 Jun, 2021 at 6:40 PM
PCMSGetRptLine
Syntax  int  PCMSGetRptLine(Trip trip, int rpt, int line, char *buffer, int bufSize) Parameters  Trip trip – Handle to a trip. int rpt – The report t...
Fri, 23 Apr, 2021 at 6:22 PM
PCMSGetSegment
Syntax  int PCMSGetSegment(Trip trip, int segNum, struct segmentStruct *aSegment) Parameters  Trip trip – Handle to a trip. int segNum ­­– Index o...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetStop
Syntax  int PCMSGetStop(Trip trip, int which, char *buffer, int bufSize) Parameters  Trip trip – Handle to a trip. int which – The stop on the trip. ...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetStopOptions
Syntax  int PCMSGetStopOptions(Trip trip, int stopIndex, bool* pOnDuty, int* pStopDuration, int* pStopType) Parameters  Trip trip – Handle to a trip. ...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetStopType (Deprecated)
Syntax  int PCMSGetStopType(Trip trip, int which, int *type) Parameters  Trip trip – Handle to a trip. int which – The stop on the trip for which the...
Tue, 11 Sep, 2018 at 2:36 PM