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. -- GETTER --

address

var address: Address!

Detailed address of the result. -- GETTER --

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"). -- GETTER --

matchType

var matchType: String!

Deprecated

roadUse

var roadUse: Array<String!>!

The road use array used for reverse geocoding. -- GETTER --