OfflineRoutePlanner
TomTom implementation of the entry point to perform route planning action based on the onboard route planner.
Important: This is a Public Preview API. It may be changed or removed at any time.
Types
Functions
Link copied to clipboard
open override fun incrementRouteContents(routeIncrementOptions: RouteIncrementOptions): Result<Route, RoutingError>
Link copied to clipboard
open override fun planRoute(routePlanningOptions: RoutePlanningOptions): Result<RoutePlanningResponse, RoutingError>
open override fun planRoute(routePlanningOptions: RoutePlanningOptions, callback: RoutePlanningCallback): Cancellable