PlaceMatch
class PlaceMatch
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.
Functions
Link copied to clipboard
fun copy(place: Place = this.place, matchType: MatchType? = this.matchType, geometry: Geometry? = this.geometry, routeNumbers: List<String> = this.routeNumbers, speedLimit: Speed? = this.speedLimit, boundingBox: GeoBoundingBox? = this.boundingBox): PlaceMatch
Creates a copy of this PlaceMatch object with optional parameter overrides.