PlaceMatch
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.
Properties
Link copied to clipboard
The bounding box that encompasses the matched location.
Link copied to clipboard
A list of route numbers, designations, or abbreviations that identify a specific stretch of roadway, assigned by a highway authority. Urban roads might not have route numbers, while extra-urban roads should have them if present in the map data.
Link copied to clipboard
The speed limit applicable to the street, if available.