RoutePlanner
Entry point to perform a route planning action.
Functions
Link copied to clipboard
abstract fun advanceGuidanceProgress(routeIncrementOptions: <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 planRoute(routePlanningOptions: <Error class: unknown class>): <Error class: unknown class><RoutePlanningResponse, <Error class: unknown class>>
Synchronously plans a route and its alternative routes using the provided RoutePlanningOptions object. If the call succeeds, returns a RoutePlanningResponse. If it fails, returns a RoutingFailure.
abstract fun planRoute(routePlanningOptions: <Error class: unknown class>, callback: RoutePlanningCallback): <Error class: unknown class>
Asynchronously plans a route and its alternative routes using the provided RoutePlanningOptions object and returns the planned route in the RoutePlanningCallback.