OnlineRoutingApi

class OnlineRoutingApi : RoutingApi

Default TomTom implementation of the entry point to perform route planning action based on TomTom's Routing APIs.

Important: This is a Public Preview API. It may be changed or removed at any time.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun planRoute(routingOptions: RoutingOptions): Result<RoutingResult, RoutingError>
open override fun planRoute(routingOptions: RoutingOptions, callback: RoutingCallback): Cancellable