TurnEvent enum Routes & Navigation

Navigation turn events

Inheritance
Available extensions

Values

na → const TurnEvent

Turn type not available

straight → const TurnEvent

Continue straight ahead

Turn right

right1 → const TurnEvent

Turn right

right2 → const TurnEvent

Turn right

left → const TurnEvent

Turn left

left1 → const TurnEvent

Turn left

left2 → const TurnEvent

Turn left

lightLeft → const TurnEvent

Turn half left

lightLeft1 → const TurnEvent

Turn half left

lightLeft2 → const TurnEvent

Turn half left

lightRight → const TurnEvent

Turn half right

lightRight1 → const TurnEvent

Turn half right

lightRight2 → const TurnEvent

Turn half right

sharpRight → const TurnEvent

Turn sharp right

sharpRight1 → const TurnEvent

Turn sharp right

sharpRight2 → const TurnEvent

Turn sharp right

sharpLeft → const TurnEvent

Turn sharp left

sharpLeft1 → const TurnEvent

Turn sharp left

sharpLeft2 → const TurnEvent

Turn sharp left

roundaboutExitRight → const TurnEvent

Leave the roundabout to the right

roundabout → const TurnEvent

Continue on the roundabout

roundRight → const TurnEvent

Make a U-turn

roundLeft → const TurnEvent

Make a U-turn

exitRight → const TurnEvent

Take the exit

exitRight1 → const TurnEvent

Take the exit

exitRight2 → const TurnEvent

Take the exit

infoGeneric → const TurnEvent

Generic info

driveOn → const TurnEvent

Drive on

exitNr → const TurnEvent

Take exit number

exitLeft → const TurnEvent

Take the exit

exitLeft1 → const TurnEvent

Take the exit

exitLeft2 → const TurnEvent

Take the exit

roundaboutExitLeft → const TurnEvent

Leave the roundabout to the left

intoRoundabout → const TurnEvent

Leave the roundabout at the ... exit

stayOn → const TurnEvent

Continue straight ahead

boatFerry → const TurnEvent

Take the ferry

railFerry → const TurnEvent

Take the car transport by train

infoLane → const TurnEvent

Lane info

infoSign → const TurnEvent

Info sign

leftRight → const TurnEvent

Left and then turn right

rightLeft → const TurnEvent

Right and then turn left

keepLeft → const TurnEvent

Bear left

keepRight → const TurnEvent

Bear right

start → const TurnEvent

Start waypoint

intermediate → const TurnEvent

Intermediate waypoint

stop → const TurnEvent

Stop waypoint

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<TurnEvent>
A constant List of the values in this enum, in order of their declaration.