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
abstract fun backToRoute(options: BackToRouteOptions): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>>

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: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>>

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

Link copied to clipboard
abstract fun update(options: RouteUpdateOptions): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>>

Updates a route using the provided RouteUpdateOptions object.