interface BatchableRoutingResponseVisitor
A visitor of routing Response objects, implementing the visitor design pattern. Facilitates operating on |
|
open class BatchableRoutingResponseVisitorAdapter : BatchableRoutingResponseVisitor
An empty implementation for |
|
open class BatchRoutingQuery : BaseRequestQuery, NativeObject
A builder class used to create queries for the Batch Routing service. |
|
open class BatchRoutingResponse : ServiceBaseResponse, Batchable
The Response to an Batch Routing Request. |
|
interface IBatchRoutingQuery
An interface used for building new batch routing queries with route queries and reachable range queries. Implemented in the class |