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()

Empty constructor for the Address.

Address(streetNumber: String!, street: String!, streetName: String!, municipalitySubdivision: String!, municipality: String!, countrySecondarySubdivision: String!, countryTertiarySubdivision: String!, countrySubdivision: String!, postalCode: String!, countryCode: String!, country: String!, countryCodeISO3: String!, freeformAddress: String!, countrySubdivisionName: String!, speedLimit: String!)

Default constructor for the Address.

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