open class ReverseGeocoderSearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The object that contains the reverse geocoding process result.
ReverseGeocoderSearchResponse()
The object that contains the reverse geocoding process result. |
var addresses: Array<ReverseGeocoderFullAddress!>!
The addresses table which contains all results returned from the Search service. |
open fun accept(visitor: BatchableSearchResponseVisitor!): Unit |
|
open fun getAddresses(): ImmutableList<ReverseGeocoderFullAddress!>!
Gets the addresses list. |
|
open fun getSummary(): Summary!
Returns the summary of the reverse geocoding process. |
|
open fun getVersion(): String!
Returns the service version. |
|
open fun hasResults(): Boolean
Specifies if the results where retrieved from a Reverse Geocoding request. |
|
open fun toString(): String |