allowHov property - AllowOptions class - routing library - Dart API
allowHov
allowHov property
getter/setter pair
A flag that specifies whether HOV lanes can be used in the route calculation.
A HOV (High occupancy Vehicle) lane or carpool lane is reserved for carpool usage. Carpool lane requires a minimum number of passengers in order for the car to use the carpool lane.
Note: Can be used with CarOptions.occupantsNumber or similar to specify the number of occupants in the vehicle
Implementation
bool allowHov;