sdk-search / com.tomtom.online.sdk.search.data.reversegeocoder / ReverseGeocoderSearchResponse

ReverseGeocoderSearchResponse

open class ReverseGeocoderSearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse

The object which contains the reverse geocoding process result.

Constructors

<init>

ReverseGeocoderSearchResponse()

The object which contains the reverse geocoding process result.

Properties

addresses

var addresses: Array<ReverseGeocoderFullAddress!>!

The addresses table which contains all results returned from the Search service.

Functions

accept

open fun accept(visitor: BatchableSearchResponseVisitor!): Unit

getAddresses

open fun getAddresses(): ImmutableList<ReverseGeocoderFullAddress!>!

Gets addresses list.

hasResults

open fun hasResults(): Boolean

Specifies if the results where retrieved from a Reverse Geocoding Request.