PC*MILER Connect APIs, H-R
Syntax int PCMSLatLongAtMiles(Trip trip, long miles, char *latlong, BOOL useShpPts) Parameters Trip tripID – The trip identifier. long miles – Mile...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSLatLongAtMinutes(Trip trip, long minutes, char *latlong, BOOL useShpPts) Parameters Trip trip – Handle to a trip. long minutes – Min...
Mon, 7 Jun, 2021 at 6:46 PM
Syntax long PCMSLatLongsEnRoute(Trip trip, double* latlong, long numPairs) Parameters Trip trip – Handle to a trip. double* latlong – An array of...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSLocRadLookup(Trip trip, const char *city, int radius, bool cities, bool postalCodes, bool customPlaces, bool poi, int poiCatIndex) Para...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSLookup(Trip trip, const char *placeName, int option) Parameters Trip trip – Handle to a trip. const char *placeName – A place name...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixAddDepartDayAndTime(int day, unsigned long hour, unsigned long min) Parameters int day – The day of week. unsigned long hour...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixAddOrigin(const char *stop) Parameters const char *stop – A geocodable location. Description Configures RouteMatrix to ...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixAddStop(const char *stop) Parameters const char *stop – A geocodable location. Description Geocodes the given stop infor...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixAppendStop(const char *stop) Parameters const char *stop – A geocodable location. Description Geocodes the given stop in...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixCalculate(TripMatrixCallBackProc *cb) Parameters TripMatrixCallBackProc *cb – An optional callback function pointer when calcula...
Thu, 25 Jun, 2020 at 7:03 PM