interface BatchableRoutingResponse : ServiceResponse, Visitable<BatchableRoutingResponseVisitor!>
An object which represents a Response to a Routing API Request that can be received within the Batch Response.
open class
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. |
|
open class RouteResponse : ServiceBaseResponse, Serializable, BatchableRoutingResponse
The default route planning result representation when querying the Routing API. |