open class ReverseGeocoderSearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The object which contains the reverse geocoding process result.
ReverseGeocoderSearchResponse()
The object which 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 addresses list. |
|
open fun hasResults(): Boolean
Specifies if the results where retrieved from a Reverse Geocoding Request. |