sdk-routing / com.tomtom.online.sdk.routing

Package com.tomtom.online.sdk.routing

Types

BatchableRoutingResponse

interface BatchableRoutingResponse : ServiceResponse, Visitable<BatchableRoutingResponseVisitor!>

An object which represents a Response to a Routing API Request that can be received within the Batch Response.

BatchableRoutingResultListener

interface BatchableRoutingResultListener

The listener for the Response of the query sent to the Batch Routing online service.

BuildConfig

class BuildConfig
class BuildConfig

MatrixRoutingResultListener

interface MatrixRoutingResultListener

The listener for response of the query sent to Matrix Routing online service.

NativeBatchRouting

open class NativeBatchRouting : NativeService<BatchRoutingResponse!, BatchRoutingQuery!>

A wrapper for a native object providing access to the Batch Routing service.

NativeLongDistanceEVRouting

open class NativeLongDistanceEVRouting : NativeService<LongDistanceEVRoutingResponse!, LongDistanceEVRoutingQuery!>

A wrapper for a native object providing access to the Long Distance EV Routing service.

NativeMatrixRouting

open class NativeMatrixRouting : NativeService<MatrixRoutingResponse!, MatrixRoutingQuery!>

A wrapper for a native object providing access to the Matrix Routing service.

OnlineRoutingApi

open class OnlineRoutingApi : RoutingApi

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

ReachableRangeResultListener

interface ReachableRangeResultListener

The listener for response of the query sent to ReachableRange online service.

RouteCallback

interface RouteCallback

The default callback response on the query to RoutePlanner.

RoutingApi

interface RoutingApi

TomTom Routing API main object.

Exceptions

RoutingException

class RoutingException : RuntimeException

Exception thrown by the Routing API in case of an error.