OnlineRoutePlanner
Default TomTom implementation of the entry point to perform route planning action based on TomTom's Routing APIs.
Functions
Calculates route contents (instructions, lane guidance and junction views) for the first sequence of instructions following the last successful increment.
Implementation of AutoCloseable.close.
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.
Asynchronously plans a route and its alternative routes using the provided RoutePlanningOptions. If the operation succeeds, RoutePlanningCallback.onSuccess is called with a RoutePlanningResponse. If the operation fails, RoutePlanningCallback.onFailure is called with a RoutingFailure.
Returns a string representation of the online route planner.