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...
Fri, 2 Feb, 2018 at 7:58 PM
Syntax int PCMSLatLongAtMinutes(Trip trip, long minutes, char *latlong, BOOL useShpPts) Parameters Trip trip – Handle to a trip. long minutes – Min...
Thu, 1 Nov, 2018 at 3:34 PM
Syntax
long PCMSLatLongsEnRoute(Trip trip, double* latlong, long numPairs) Parameters Trip trip – Handle to a trip. double* latlong – An array o...
Thu, 1 Feb, 2018 at 7:25 PM
Syntax int PCMSLocRadLookup(Trip trip, const char *city, int radius, bool cities, bool postalCodes, bool customPlaces, bool poi, int poiCatIndex) Para...
Tue, 1 May, 2018 at 6:14 PM
Syntax int PCMSLookup(Trip trip, const char *placeName, int option) Parameters Trip trip – Handle to a trip. const char *placeName – A place name...
Wed, 28 Nov, 2018 at 7:09 PM
Syntax int PCMSMatrixAddDepartDayAndTime(int day, unsigned long hour, unsigned long min) Parameters int day – The day of week. unsigned long hour...
Mon, 5 Feb, 2018 at 8:53 PM
Syntax int PCMSMatrixAddOrigin(const char *stop) Parameters const char *stop – A geocodable location. Description Configures RouteMatrix to ...
Mon, 5 Feb, 2018 at 9:17 PM
Syntax int PCMSMatrixAddStop(const char *stop) Parameters const char *stop – A geocodable location. Description Geocodes the given stop infor...
Mon, 5 Feb, 2018 at 9:11 PM
Syntax int PCMSMatrixAppendStop(const char *stop) Parameters const char *stop – A geocodable location. Description Geocodes the given stop in...
Wed, 7 Feb, 2018 at 5:57 PM
Syntax int PCMSMatrixCalculate(TripMatrixCallBackProc *cb) Parameters TripMatrixCallBackProc *cb – An optional callback function pointer when calcula...
Mon, 5 Feb, 2018 at 9:16 PM