interface BatchableSearchResponse : ServiceResponse, Visitable<BatchableSearchResponseVisitor!>
An object which represents a Response to a Search API Request that can be received within the Batch Response.
open class EvChargingStationsAvailabilityResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The response to an EV Charging Stations Availability Search request. |
|
open class FuzzySearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The response to a Search request. Consists of a summary and results. |
|
open class GeometrySearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The response to a Geometry Search request. It consists of a summary and a result list. |
|
open class ReverseGeocoderSearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The object that contains the reverse geocoding process result. |