interface BatchableRoutingResponse : ServiceResponse, Visitable<BatchableRoutingResponseVisitor!>
An object which represents a Response to a Routing API Request that can be received within the Batch Response. |
|
interface BatchableRoutingResultListener
The listener for the Response of the query sent to the Batch Routing online service. |
|
class BuildConfig class BuildConfig |
|
interface MatrixRoutingResultListener
The listener for response of the query sent to Matrix Routing online service. |
|
open class NativeBatchRouting : NativeService<BatchRoutingResponse!, BatchRoutingQuery!>
A wrapper for a native object providing access to the Batch Routing service. |
|
open class NativeLongDistanceEVRouting : NativeService<LongDistanceEVRoutingResponse!, LongDistanceEVRoutingQuery!>
A wrapper for a native object providing access to the Long Distance EV Routing service. |
|
open class NativeMatrixRouting : NativeService<MatrixRoutingResponse!, MatrixRoutingQuery!>
A wrapper for a native object providing access to the Matrix Routing service. |
|
open class OnlineRoutingApi : RoutingApi
Default TomTom implementation of the entry point to perform route planning action based on TomTom's Routing API. |
|
interface ReachableRangeResultListener
The listener for response of the query sent to ReachableRange online service. |
|
interface
The default callback response on the query to RoutePlanner. |
|
interface RoutingApi
TomTom Routing API main object. |
class RoutingException : RuntimeException
Exception thrown by the Routing API in case of an error. |