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

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.

Inheritors

ReachableRangeResponse

open class ReachableRangeResponse : ServiceBaseResponse, Serializable, BatchableRoutingResponse

A class which contains information about the reachable range Response such as format version, result, and report. For access to any of those fields use one of getters.

RouteResponse

open class RouteResponse : ServiceBaseResponse, Serializable, BatchableRoutingResponse

The default route planning result representation when querying the Routing API.