RouteReplanner

Entry point to plan routes that can be dynamically updated, for example through continuous replanning as the route is driven.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard

Plans a way back to the route using the provided BackToRouteOptions object.

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun incrementRouteContents(options: RouteIncrementOptions): Result<Route, RoutingFailure>

Calculates route contents (instructions, lane guidance) for the first sequence of instructions following the last successful increment.

Link copied to clipboard

Updates a route using the provided RouteUpdateOptions object.