Package-level declarations

Types

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

Describes detailed information about a location obtained through reverse geocoding.