TurnType enum

Inheritance

Constructors

TurnType()
const

Values

arrivingIdx → const TurnType
arrivingLeftIdx → const TurnType
arrivingRightIdx → const TurnType
arrivingViaIdx → const TurnType
arrivingViaLeftIdx → const TurnType
arrivingViaRightIdx → const TurnType
bearKeepLeftIdx → const TurnType
bearKeepRightIdx → const TurnType
continueIdx → const TurnType
exitLeftIdx → const TurnType
exitRightIdx → const TurnType
ferryIdx → const TurnType
roundabout45Idx → const TurnType
roundabout90Idx → const TurnType
roundabout135Idx → const TurnType
roundabout180Idx → const TurnType
roundabout225Idx → const TurnType
roundabout270Idx → const TurnType
roundabout315Idx → const TurnType
roundabout360Idx → const TurnType
roundaboutNeg45Idx → const TurnType
roundaboutNeg90Idx → const TurnType
roundaboutNeg135Idx → const TurnType
roundaboutNeg180Idx → const TurnType
roundaboutNeg225Idx → const TurnType
roundaboutNeg270Idx → const TurnType
roundaboutNeg315Idx → const TurnType
roundaboutNeg360Idx → const TurnType
roundaboutGenericIdx → const TurnType
roundaboutNegGenericIdx → const TurnType
sharpTurnLeftIdx → const TurnType
sharpTurnRightIdx → const TurnType
turnLeftIdx → const TurnType
turnRightIdx → const TurnType
uturnLeftIdx → const TurnType
uturnRightIdx → const TurnType
iconInvIdx → const TurnType
iconIdxCnt → const TurnType

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<TurnType>
A constant List of the values in this enum, in order of their declaration.