PlaceMatch
Describes detailed information about a location obtained through reverse geocoding.
Constructors
Properties
The bounding box that encompasses the matched location.
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.
The speed limit applicable to the street, if available.
Functions
Returns the first component of this PlaceMatch object, which is the location information resulting from reverse geocoding.
Returns the second component of this PlaceMatch object, which is a set of road usage categories associated with the location.
Returns the third component of this PlaceMatch object, which is information indicating the type of match for the location.
Returns the fourth component of this PlaceMatch object, which is the geographical geometry of the matched location, if available.
Returns the fifth component of this PlaceMatch object, which is a list of route numbers, designations, or abbreviations that identify a specific stretch of roadway, assigned by a highway authority.
Returns the sixth component of this PlaceMatch object, which is the speed limit applicable to the street, if available.
Returns the seventh component of this PlaceMatch object, which is the bounding box that encompasses the matched location.
Creates a copy of this PlaceMatch object with optional parameter overrides.