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...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixGetCell(long origIndex, long destIndex, int rptType, char *pBuffer, int bufSize) Parameters long origIndex – The index of the o...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixGetCell(long origIndex, long destIndex, int rptType, char *pBuffer, int bufSize, int hourIndex) Parameters long origIndex – The...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixGetDepartTimeCount () Parameters None Description Gets the count of depart times for the route matrix. Return Values ...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixGetStopCount() Parameters None Description Gets the number of stops that are currently part of the trip matrix. Return...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixSetComputeTollandStateMiles (bool setTolls) Parameters bool setTolls – Set to True to specify that toll dollars by state should...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixSetComputeTollDollars (bool setTolls) Parameters bool setTolls – Set to True to specify that toll dollars should be generated i...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixSetDepartDayAndTime(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 PCMSMatrixSetMaxAirMiles (long airMiles) Parameters long airMiles – The air miles threshold between two stops. Description Specifies a...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSMatrixSetOptions(Trip trip) Parameters Trip trip – Handle to a trip. Description Sets the routing parameters used when calculati...
Thu, 25 Jun, 2020 at 7:03 PM