PCMSSetShowFerryMiles
Syntax
void PCMSSetShowFerryMiles(Trip trip, bool onOff)
Parameters
- Trip trip – Handle to a trip.
- bool onOff – Set to
True
to include ferry distances in distance and cost calculations;False
to exclude ferry distance. Default isTrue
.
Description
Sets whether ferry distances will be included in distance and cost calculations for reporting purposes. Actual routing and travel times are not affected.
Return Values
None
Supported Since: PC*Miler Connect 15 Category: Trip Options