incrementRouteContents
abstract fun incrementRouteContents(navigationSnapshot: NavigationSnapshot): Result<RouteReplannerResponse, RoutingFailure>
Calculates route contents (instructions, lane guidance) for the first sequence of instructions following the last successful increment.
Note: Route ETA should be updated outside the incrementRouteContents call.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
If the call succeeds, returns a RouteReplannerResponse. If it fails, returns a RoutingFailure.
Parameters
navigationSnapshot
The snapshot of the current navigation session.