DrivingLandmark enum
Information about an upcoming landmark.
Values
- Unknown → const DrivingLandmark
-
Unknown landmark.
- AtTrafficLights → const DrivingLandmark
-
Traffic lights.
- BeforeTrafficLights → const DrivingLandmark
-
The area before traffic lights.
- BeforeBridge → const DrivingLandmark
-
The area before a bridge.
- BeforeTunnel → const DrivingLandmark
-
The area before a tunnel.
- AfterBridge → const DrivingLandmark
-
The area after a bridge.
- AfterTunnel → const DrivingLandmark
-
The area after a tunnel.
- ToBridge → const DrivingLandmark
-
The area leading to a bridge.
- IntoTunnel → const DrivingLandmark
-
The area leading to a tunnel.
- IntoCourtyard → const DrivingLandmark
-
The turn into a courtyard.
- ToFrontageRoad → const DrivingLandmark
-
The area leading to a frontage road.
Properties
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<
DrivingLandmark> - A constant List of the values in this enum, in order of their declaration.