Closest location in the route from the user location provided
The current indication
The index of the closest route step to the user, where closestLocationInRoute is
Distance between the real user location (provided to updateWithLocation(Location)) and the closest route location
The distance in meters to go from closestLocationInRoute to the end of the current step
The distance in meters from closestLocationInRoute to route's goal point
The next indication
List of ordered points of the remaining route
The closest route step to the user, where closestLocationInRoute is
List of segments formed by consecutive points and a floor identifier
The estimated time to go from closestLocationInRoute to the end of the current route step, considering a speed of 1 meter/second
The estimated time to go from closestLocationInRoute to the goal/end of route, considering a speed of 1 meter/second
Provides information of the progress of a user while following a route.