DrivingLaneDirection enum
The direction of the lane.
Values
- UnknownDirection → const DrivingLaneDirection
-
Unknown lane direction.
- Left180 → const DrivingLaneDirection
-
180 degree turn to the left.
- Left135 → const DrivingLaneDirection
-
135 degree turn to the left.
- Left90 → const DrivingLaneDirection
-
90 degree turn to the left.
- Left45 → const DrivingLaneDirection
-
45 degree turn to the left.
- StraightAhead → const DrivingLaneDirection
-
Lane going straight ahead.
- Right45 → const DrivingLaneDirection
-
45 degree turn to the right.
- Right90 → const DrivingLaneDirection
-
90 degree turn to the right.
- Right135 → const DrivingLaneDirection
-
135 degree turn to the right.
- Right180 → const DrivingLaneDirection
-
180 degree turn to the right.
- LeftFromRight → const DrivingLaneDirection
- RightFromLeft → const DrivingLaneDirection
- LeftShift → const DrivingLaneDirection
-
A shift to the left in the lane.
- RightShift → const DrivingLaneDirection
-
A shift to the right in the lane.
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<
DrivingLaneDirection> - A constant List of the values in this enum, in order of their declaration.