RoadFeatures enum
Road features or states.
Values
- seasonalClosure → const RoadFeatures
-
This part of the route is subject to seasonal closure.
- tollRoad → const RoadFeatures
-
Access to this part of the route is restricted with a fee or toll.
- controlledAccessHighway → const RoadFeatures
-
This part of the route is a controlled-access highway, i.e. high-speed and highly controlled.
- ferry → const RoadFeatures
-
This part of the route is for transit with a ferry.
- carShuttleTrain → const RoadFeatures
-
This part of the route is for transit with a car shuttle train.
- tunnel → const RoadFeatures
-
This part of the route is a tunnel.
- dirtRoad → const RoadFeatures
-
This part of the route has an un-paved surface.
- uTurns → const RoadFeatures
-
This part of the route has a u-turns. Note that this feature is valid only for cars, trucks, taxis and buses.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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.
inherited
Constants
-
values
→ const List<
RoadFeatures> - A constant List of the values in this enum, in order of their declaration.