Values.IntersectionSourceAll Intersections that are near the provided address.
type nonrec t = {placeId : IntersectionPlaceIdString.t option;The PlaceId of the place result.
*)title : IntersectionTitleString.t option;The localized display name of this result item based on request parameter language.
*)address : Address.t option;position : Position.t option;The position in World Geodetic System (WGS 84) format: [longitude, latitude].
*)distance : DistanceMeters.t option;The distance in meters from the QueryPosition.
*)routeDistance : DistanceMeters.t option;The distance from the routing position of the nearby address to the street result.
*)mapView : BoundingBox.t option;The bounding box enclosing the geometric shape (area or line) that an individual result covers. The bounding box formed is defined as a set of four coordinates: [{westward lng}, {southern lat}, {eastward lng}, {northern lat}]
*)accessPoints : AccessPointList.t option;Position of the access point in World Geodetic System (WGS 84) format: [longitude, latitude].
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Double of Double.t
| `Structure of
(string * [> `List of [> `Double of Double.t ] list ]) list ]
list
| `Long of DistanceMeters.t
| `String of IntersectionPlaceIdString.t
| `Structure of
(string
* [> `List of
[> `String of IntersectionStreet.t
| `Structure of
(string
* [> `Enum of string
| `String of StreetComponentsBaseNameString.t ])
list ]
list
| `String of AddressLabelString.t
| `Structure of (string * [> `String of CountryCode2.t ]) list ])
list ])
list ]