DirectionManeuver class final

A class that contains properties of directions maneuver.

Implemented types

Properties

directionEvents → List<DirectionEvent>
Direction events.
no setter
directionText → String
Direction text.
no setter
duration → double
Duration in minutes.
no setter
estimatedArrivalTime → DateTime?
Estimated arrive time.
no setter
estimatedArrivalTimeShift → double
Time zone shift for estimated arrive time, in minutes.
no setter
fromLevel → int
The logical level at the start of the maneuver.
no setter
geometry → Geometry?
A geometry that represents the maneuver type in directions, such as a left turn or traveling in a straight line.
no setter
hashCode → int
The hash code for this object.
no setterinherited
length → double
Length in meters.
no setter
maneuverMessages → List<DirectionMessage>
Maneuver messages.
no setter
maneuverType → DirectionManeuverType
Maneuver type.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
toLevel → int
The logical level at the end of the maneuver.
no setter

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