allowHot property - AllowOptions class - routing library - Dart API
allowHot
allowHot property
getter/setter pair
A flag that specifies whether HOT lanes can be used in the calculation.
HOT (high-occupancy toll) lanes are HOV lanes where vehicles that do not qualify as high-occupancy are allowed to pass by paying a toll.
Note: Can be used with CarOptions.occupantsNumber or similar to specify the number of occupants in the vehicle
Implementation
bool allowHot;