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

Types

Link copied to clipboard
data class PlaceMatch(    val place: Place,     val navigablePosition: GeoCoordinate,     val roadUse: Set<RoadUse> = emptySet(),     val matchType: MatchType? = null,     val mapCodes: Set<MapCode> = emptySet(),     val geometry: GeoGeometry? = null,     val routeNumbers: List<String> = emptyList(),     val speedLimit: String = "",     val boundingBox: GeoBoundingBox? = null)

Describes the place details retrieved from reverse geocoding.