sdk-search / com.tomtom.online.sdk.search.data.common / Address

Address

open class Address : Serializable

The address retrieved via a Search Request.

Constructors

<init>

Address()

The address retrieved via a Search Request.

Properties

country

var country: String!

The name of the country. -- GETTER --

countryCode

var countryCode: String!

The country code. -- GETTER --

countryCodeISO3

var countryCodeISO3: String!

The ISO3-standard country code. -- GETTER --

countrySecondarySubdivision

var countrySecondarySubdivision: String!

The county. -- GETTER --

countrySubdivision

var countrySubdivision: String!

The state or province. -- GETTER --

countrySubdivisionName

var countrySubdivisionName: String!

The full name of a first level of country administrative hierarchy. This field only appears in case countrySubdivision is presented in an abbreviated form. Supported only for USA, Canada, and Great Britain. -- GETTER --

countryTertiarySubdivision

var countryTertiarySubdivision: String!

The named area. -- GETTER --

freeformAddress

var freeformAddress: String!

The freeform address: the full address in a usable form. -- GETTER --

municipality

var municipality: String!

The city/town. -- GETTER --

municipalitySubdivision

var municipalitySubdivision: String!

The sub/super city. -- GETTER --

postalCode

var postalCode: String!

The postal code. -- GETTER --

speedLimit

var speedLimit: String!

The speed limit. -- GETTER --

street

var street: String!

The name of the street. -- GETTER --

streetName

var streetName: String!

The street name. -- GETTER --

streetNumber

var streetNumber: String!

The building's number. -- GETTER --