TaxiSpecification class - transport library - Dart API
TaxiSpecification
TaxiSpecification class
Taxi specific settings.
Constructors
Properties
- allowDriveThroughTaxiRoads ↔ bool
-
Specifies if a vehicle is allowed to drive through the taxi-only roads and lanes.
When set to
false, it is still allowed on taxi roads after the route start and before the route destination. Defaults totrue.getter/setter pair - hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.