OfflineRoutePlanner

TomTom implementation of the entry point to perform route planning action based on the onboard route planner.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun advanceGuidanceProgress(routeIncrementOptions: RouteIncrementOptions): Result<Route, RoutingFailure>
Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun planRoute(routePlanningOptions: RoutePlanningOptions): Result<RoutePlanningResponse, RoutingFailure>
open override fun planRoute(routePlanningOptions: RoutePlanningOptions, callback: RoutePlanningCallback): Cancellable