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

Package com.tomtom.online.sdk.routing.data.batch

Types

BatchableRoutingResponseVisitor

interface BatchableRoutingResponseVisitor

A visitor of routing Response objects, implementing the visitor design pattern. Facilitates operating on BatchRoutingResponse and its subtypes.

BatchableRoutingResponseVisitorAdapter

open class BatchableRoutingResponseVisitorAdapter : BatchableRoutingResponseVisitor

An empty implementation for BatchableRoutingResponseVisitor. It can be useful for better code readability when not all interface methods are to be implemented.

BatchRoutingQuery

open class BatchRoutingQuery : BaseRequestQuery, NativeObject

A builder class used to create queries for the Batch Routing service.

BatchRoutingResponse

open class BatchRoutingResponse : ServiceBaseResponse, Batchable

The Response to an Batch Routing Request.

IBatchRoutingQuery

interface IBatchRoutingQuery

An interface used for building new batch routing queries with route queries and reachable range queries. Implemented in the class BatchRoutingQueryBuilder.