Package com.tomtom.sdk.search.client.model.location

Types

Link copied to clipboard
data class Address(    val streetNumber: String = "",     val streetName: String = "",     val municipalitySubdivision: String = "",     val municipality: String = "",     val countrySecondarySubdivision: String = "",     val countryTertiarySubdivision: String = "",     val countrySubdivision: String = "",     val postalCode: String = "",     val extendedPostalCode: String = "",     val countryCode: String = "",     val country: String = "",     val countryCodeISO3: String = "",     val freeformAddress: String = "",     val countrySubdivisionName: String = "",     val localName: String = "")

Describes the detailed address.

Link copied to clipboard
data class AddressRanges(    val rangeLeft: String = "",     val rangeRight: String = "",     val from: GeoCoordinate?,     val to: GeoCoordinate?)

Address ranges on a street segment.