Route Step Progress
This is a progress object specific to the current step the user is on.
The latest route step progress object can be obtained through either the ProgressChangeListener or the MilestoneEventListener callbacks. Note that the route step progress object's immutable.
Since
0.1.0
Constructors
Properties
The current intersection that has been passed along the route.
Total distance in meters from user to end of step.
Returns distance user has traveled along current step in unit meters.
Provides the duration remaining in seconds till the user reaches the end of the current step.
Get the fraction traveled along the current step, this is a float value between 0 and 1 and isn't guaranteed to reach 1 before the user reaches the next step (if another step exist in route).
Provides a list of pairs containing two distances, in meters, along the route.
A collection of all the current steps intersections and the next steps maneuver location (if one exist).
The intersection being traveled towards on the route.