PlaceMatch
data class PlaceMatch(val place: Place, val navigablePosition: GeoPoint, val roadUse: Set<RoadUse> = emptySet(), val matchType: MatchType? = null, val mapCodes: Set<MapCode> = emptySet(), val geometry: Geometry? = null, val routeNumbers: List<String> = emptyList(), val speedLimit: String = "", val boundingBox: GeoBoundingBox? = null)
Describes the place details retrieved from reverse geocoding.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The geographical geometry of the place match. (where available) The value is null when ReverseGeocoderOptions.fetchGeometry is not set to true. The geometry fetching feature isn't implemented yet (this response field is reserved for the future extension).
Link copied to clipboard
Information on the type of match. The value is null when ReverseGeocoderOptions.entityTypes filter is not empty.
Link copied to clipboard
Link copied to clipboard