DirectionsStepManeuverEnum class

Inheritance
  • Object
  • EnumClass
  • DirectionsStepManeuverEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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

Static Properties

serializer → Serializer<DirectionsStepManeuverEnum>
no setter
values → BuiltSet<DirectionsStepManeuverEnum>
no setter

Static Methods

valueOf(String name) DirectionsStepManeuverEnum

Constants

ferry → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
ferryTrain → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
forkLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
forkRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
keepLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
keepRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
merge → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
rampLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
rampRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
roundaboutLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
roundaboutRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
straight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
turnLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
turnRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
turnSharpLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
turnSharpRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
turnSlightLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
turnSlightRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
uturnLeft → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
uturnRight → const DirectionsStepManeuverEnum
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.