Type alias NavigationProgress
NavigationProgress: { closestLocationInRoute: Location; currentIndication: number; currentStepIndex: number; distanceToClosestPointInRoute: number; distanceToEndStep: number; distanceToGoal: number; nextIndication: Indication; points: Point[]; routeStep: RouteStep; segments: RouteSegment[]; timeToEndStep: number; timeToGoal: number; type: SdkNavigationUpdateType; }
Type declaration
-
closestLocationInRoute: Location
-
currentIndication: number
-
currentStepIndex: number
-
distanceToClosestPointInRoute: number
-
distanceToEndStep: number
-
distanceToGoal: number
-
-
-
-
-
timeToEndStep: number
-
timeToGoal: number
-
Name
NavigationProgress
Description
Provides information of the progress of a user while following a route.