ManeuverProgress class
Indicates a user's progress to a Maneuver.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setter
- maneuverIndex ↔ int
-
Index of the Maneuver being traversed along the route.
Defaults to 0.
getter/setter pair
- remainingDistanceInMeters ↔ int
-
The distance in meters from current location until the Maneuver.
Defaults to 0.
getter/setter pair
- remainingDuration ↔ Duration
-
The estimated time in seconds for traversing the Section
from current location until the Maneuver is reached,
including traffic delays if available.
Defaults to 0 seconds.
getter/setter pair
- 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.