sdk-search / com.tomtom.online.sdk.search.location / Address

Address

@Beta(2020, 12) data class Address : Serializable

Describes the detailed address.

Parameters

streetNumber - The building's number.

street - The name of the street.

streetName - The street name.

municipalitySubdivision - The sub/super city.

municipality - The city/town.

countrySecondarySubdivision - The county.

countryTertiarySubdivision - The named area.

countrySubdivision - The state or province.

postalCode - The postal code.

countryCode - The country code.

country - The name of the country.

countryCodeISO3 - The ISO3-standard country code. See https://www.iso.org/obp/ui/#search for more details.

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

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

speedLimit - The speed limit.

Properties

country

val country: String

The name of the country.

countryCode

val countryCode: String

The country code.

countryCodeISO3

val countryCodeISO3: String

The ISO3-standard country code. See https://www.iso.org/obp/ui/#search for more details.

countrySecondarySubdivision

val countrySecondarySubdivision: String

The county.

countrySubdivision

val countrySubdivision: String

The state or province.

countrySubdivisionName

val countrySubdivisionName: String

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

countryTertiarySubdivision

val countryTertiarySubdivision: String

The named area.

freeFormAddress

val freeFormAddress: String

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

municipality

val municipality: String

The city/town.

municipalitySubdivision

val municipalitySubdivision: String

The sub/super city.

postalCode

val postalCode: String

The postal code.

speedLimit

val speedLimit: String

The speed limit.

street

val street: String

The name of the street.

streetName

val streetName: String

The street name.

streetNumber

val streetNumber: String

The building's number.