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

Name

NavigationProgress

Description

Provides information of the progress of a user while following a route.

Generated using TypeDoc