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

ReverseGeocoderFullAddress

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.

Constructors

<init>

ReverseGeocoderFullAddress()

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.

Properties

additionalDataSources

var additionalDataSources: AdditionalDataSources!

Ths is an optional section. It contains information about sources of additional data that can be used with the Additional Data service.

address

var address: Address!

Detailed address of the result.

entityType

var entityType: String!

This is an optional section. It only is present when the response contains the geography data. Contains the type of geography. (one of: "County", "CountrySubdivision", "CountrySecondarySubdivision", "CountryTeritarySubdivision", "Municipality", "MunicipalitySubdivision", "Neighborhood", "PostalCodeArea").

matchType

var matchType: String!

Deprecated

roadUse

var roadUse: Array<String!>!

The road use array used for reverse geocoding.

Functions

getAdditionalDataSources

open fun getAdditionalDataSources(): AdditionalDataSources!

Returns information about sources of additional data.

getAddress

open fun getAddress(): Address!

Returns the detailed address of the result.

getEntityType

open fun getEntityType(): String!

Returns the type of the geography.

getMatchType

open fun getMatchType(): String!

Returns the match type.

getPosition

open fun getPosition(): LatLng!

Returns the position for reverse geocoding.

getRoadUse

open fun getRoadUse(): Array<String!>!

Returns the road use array used for reverse geocoding.

toString

open fun toString(): String