BicycleInstructionCrossroadManeuverDirection enum
Направление движения.
Values
- straight → const BicycleInstructionCrossroadManeuverDirection
-
Прямо.
const BicycleInstructionCrossroadManeuverDirection(0)
- left → const BicycleInstructionCrossroadManeuverDirection
-
Налево.
const BicycleInstructionCrossroadManeuverDirection(1)
- right → const BicycleInstructionCrossroadManeuverDirection
-
Направо.
const BicycleInstructionCrossroadManeuverDirection(2)
-
Крутой поворот налево.
const BicycleInstructionCrossroadManeuverDirection(3)
-
Крутой поворот направо.
const BicycleInstructionCrossroadManeuverDirection(4)
- keepLeft → const BicycleInstructionCrossroadManeuverDirection
-
Держитесь левее.
const BicycleInstructionCrossroadManeuverDirection(5)
- keepRight → const BicycleInstructionCrossroadManeuverDirection
-
Держитесь правее.
const BicycleInstructionCrossroadManeuverDirection(6)
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
Static Methods
Constants
-
values
→ const List<
BicycleInstructionCrossroadManeuverDirection> - A constant List of the values in this enum, in order of their declaration.