DirectionManeuverType enum

Type of direction maneuver.

Inheritance

Constructors

DirectionManeuverType()
const

Values

unknown → const DirectionManeuverType

An unknown maneuver type.

stop → const DirectionManeuverType

A stop maneuver.

straight → const DirectionManeuverType

A moving straight.

bearLeft → const DirectionManeuverType

A bear left.

bearRight → const DirectionManeuverType

A bear right.

turnLeft → const DirectionManeuverType

A turn left.

turnRight → const DirectionManeuverType

A turn right.

sharpLeft → const DirectionManeuverType

A sharp turn left.

sharpRight → const DirectionManeuverType

A sharp turn right.

uTurn → const DirectionManeuverType

An u-turn.

ferry → const DirectionManeuverType

A maneuver connected with a ferry.

roundabout → const DirectionManeuverType

A maneuver via roundabout.

highwayMerge → const DirectionManeuverType

A merge of several highways.

highwayExit → const DirectionManeuverType

An exit from highway.

highwayChange → const DirectionManeuverType

A change of highway.

forkCenter → const DirectionManeuverType

A straight at fork.

forkLeft → const DirectionManeuverType

A maneuver to the left at fork.

forkRight → const DirectionManeuverType

A maneuver to the right at fork.

depart → const DirectionManeuverType

A departure.

tripItem → const DirectionManeuverType

A connected with trip planning.

endOfFerry → const DirectionManeuverType

An end of ferry transfer.

rampRight → const DirectionManeuverType

A maneuver to the right on ramp.

rampLeft → const DirectionManeuverType

A maneuver to the left on ramp.

turnLeftRight → const DirectionManeuverType

A complex maneuver: turn left, then right.

turnRightLeft → const DirectionManeuverType

A complex maneuver: turn right, then left.

turnRightRight → const DirectionManeuverType

A complex maneuver: turn right, then right.

turnLeftLeft → const DirectionManeuverType

A complex maneuver: turn left, then left.

pedestrianRamp → const DirectionManeuverType

A maneuver via pedestrian ramp.

elevator → const DirectionManeuverType

A maneuver using elevator.

escalator → const DirectionManeuverType

A maneuver using escalator.

stairs → const DirectionManeuverType

A maneuver using stairs.

doorPassage → const DirectionManeuverType

A passing through a door.

Properties

coreValue int
no setter
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<DirectionManeuverType>
A constant List of the values in this enum, in order of their declaration.