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 response of the query sent to Batch Routing online service.

BuildConfig

class BuildConfig
class BuildConfig

LongDistanceEVRouting

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

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

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.

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. It contains methods to use Tomtom's routing engine and it provides support for both: standard callback calls and RxJava2 Observables.