BicycleInstructionCrossroadManeuverDirection enum

Направление движения.

Inheritance
  • Object
  • Enum
  • BicycleInstructionCrossroadManeuverDirection
Available extensions

Values

straight → const BicycleInstructionCrossroadManeuverDirection

Прямо.

const BicycleInstructionCrossroadManeuverDirection(0)
left → const BicycleInstructionCrossroadManeuverDirection

Налево.

const BicycleInstructionCrossroadManeuverDirection(1)

Направо.

const BicycleInstructionCrossroadManeuverDirection(2)
sharplyLeft → const BicycleInstructionCrossroadManeuverDirection

Крутой поворот налево.

const BicycleInstructionCrossroadManeuverDirection(3)
sharplyRight → const BicycleInstructionCrossroadManeuverDirection

Крутой поворот направо.

const BicycleInstructionCrossroadManeuverDirection(4)
keepLeft → const BicycleInstructionCrossroadManeuverDirection

Держитесь левее.

const BicycleInstructionCrossroadManeuverDirection(5)
keepRight → const BicycleInstructionCrossroadManeuverDirection

Держитесь правее.

const BicycleInstructionCrossroadManeuverDirection(6)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawValue int
final
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<BicycleInstructionCrossroadManeuverDirection>
A constant List of the values in this enum, in order of their declaration.