interface IReverseGeocoderSearchQuery
ReverseGeocoderSearchQuery is an interface designed to transfer Search API parameters in a readable manner by implementing the Class: ReverseGeocoderSearchQueryBuilder. The ReverseGeocoderSearchQuery instance can be constructed using the associated ReverseGeocoderSearchQueryBuilder Class. Once constructed, the user cannot change the field values. |
|
open class ReverseGeocoderFullAddress : Serializable
The full address data object retrieved via a reverse geocoding request. Along with the standard address data, it also contains the latitude and longitude information. |
|
open class ReverseGeocoderSearchQuery : BaseRequestQuery
The builder used to create an instance of |
|
open class ReverseGeocoderSearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The object which contains the reverse geocoding process result. |