Skip navigation links
C D O P R 

C

com.tomtom.online.sdk.routing - package com.tomtom.online.sdk.routing
It is a group of classes which are used to perform communication with online routing service.
create(Context) - Static method in class com.tomtom.online.sdk.routing.OnlineRoutingApi
Creates new RoutingApi object which will use provided online routing service api key.

D

DEFAULT_ONLINE_ROUTING_ENDPOINT - Static variable in interface com.tomtom.online.sdk.routing.RoutingApi
Default TomTom's OnlineRouting endpoint
DEFAULT_ONLINE_ROUTING_SERVICE_API_VERSION - Static variable in interface com.tomtom.online.sdk.routing.RoutingApi
Default TomTom's OnlineRouting service version

O

OnlineRoutingApi - Class in com.tomtom.online.sdk.routing
Default TomTom implementation of the entry point to perform route planning action based on TomTom's Online Routing services.
onRoutePlannerError(Throwable) - Method in interface com.tomtom.online.sdk.routing.RouteCallback
Called when the request to the RoutePlanner will fail due to error.
onRoutePlannerResponse(RouteResult) - Method in interface com.tomtom.online.sdk.routing.RouteCallback
Called when the route will be calculated by RoutePlanner.

P

planRoute(RouteQuery) - Method in class com.tomtom.online.sdk.routing.OnlineRoutingApi
 
planRoute(RouteQuery, RouteCallback) - Method in class com.tomtom.online.sdk.routing.OnlineRoutingApi
 
planRoute(RouteQuery) - Method in interface com.tomtom.online.sdk.routing.RoutingApi
Performs reactive route planning action based on provided RouteQuery object.
planRoute(RouteQuery, RouteCallback) - Method in interface com.tomtom.online.sdk.routing.RoutingApi
Performs route planning action based on provided RouteQuery object and returns the route in the callback.

R

RouteCallback - Interface in com.tomtom.online.sdk.routing
The default callback response on the query to RoutePlanner.
RoutingApi - Interface in com.tomtom.online.sdk.routing
TomTom Routing API main object.
C D O P R 
Skip navigation links