Package com.tomtom.sdk.search.common.model

Types

Link copied to clipboard
data class MapCode(    val type: MapCodeType,     val fullMapCode: String,     val territory: String? = null,     val code: String? = null)

MapCodes are designed to be short, easy to recognize, remember, and communicate. Every location on Earth can be represented by a MapCode. A MapCode represents a specific location to within a few meters.

Link copied to clipboard
value class MapCodeType

The type of map code.