PC*MILER|Connect APIs, H-R
Syntax int PCMSMatrixClear() Parameters None Description Deletes all stops from the trip matrix. Any data previously calculated for this matrix...
Mon, 5 Feb, 2018 at 9:25 PM
Syntax int PCMSMatrixGetCell(long origIndex, long destIndex, int rptType, char *pBuffer, int bufSize) Parameters long origIndex – The index of the o...
Mon, 5 Feb, 2018 at 9:33 PM
Syntax int PCMSMatrixGetCell(long origIndex, long destIndex, int rptType, char *pBuffer, int bufSize, int hourIndex) Parameters long origIndex – The...
Mon, 5 Feb, 2018 at 9:42 PM
Syntax int PCMSMatrixGetDepartTimeCount () Parameters None Description Gets the count of depart times for the route matrix. Return Values ...
Mon, 5 Feb, 2018 at 9:42 PM
Syntax int PCMSMatrixGetStopCount() Parameters None Description Gets the number of stops that are currently part of the trip matrix. Return...
Tue, 6 Feb, 2018 at 12:58 PM
Syntax int PCMSMatrixSetComputeTollandStateMiles (bool setTolls) Parameters bool setTolls – Set to True to specify that toll dollars by state should...
Tue, 6 Feb, 2018 at 1:05 PM
Syntax int PCMSMatrixSetComputeTollDollars (bool setTolls) Parameters
bool setTolls – Set to True to specify that toll dollars should be generated ...
Tue, 6 Feb, 2018 at 1:02 PM
Syntax int PCMSMatrixSetDepartDayAndTime(int day, unsigned long hour, unsigned long min) Parameters int day – The day of week. unsigned long hour ...
Fri, 2 Feb, 2018 at 7:02 PM
Syntax int PCMSMatrixSetMaxAirMiles (long airMiles) Parameters long airMiles – The air miles threshold between two stops. Description Specifies a...
Fri, 9 Feb, 2018 at 2:10 PM
Syntax int PCMSMatrixSetOptions(Trip trip) Parameters
Trip trip – Handle to a trip. Description Sets the routing parameters used when calculat...
Fri, 2 Feb, 2018 at 7:11 PM