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 which contains the reverse geocoding process result. |