OnlineRoutingApi
Default TomTom implementation of the entry point to perform route planning action based on TomTom's Routing APIs.
Contains calculateRange stubs to show the range API before it will be moved into a new Range SDK.
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 calculateRange(rangeCalculationOptions: RangeCalculationOptions): Result<RangeCalculationResult, RoutingError>
Content copied to clipboard
open override fun calculateRange(rangeCalculationOptions: RangeCalculationOptions, callback: RangeCalculationCallback): Cancellable
Content copied to clipboard
Link copied to clipboard
open override fun planRoute(routePlanningOptions: RoutePlanningOptions): Result<RoutePlanningResult, RoutingError>
Content copied to clipboard
open override fun planRoute(routePlanningOptions: RoutePlanningOptions, callback: RoutePlanningCallback): Cancellable
Content copied to clipboard