Values.RelatedPlaceSourcePlace that is related to the result item.
type nonrec t = {placeId : RelatedPlacePlaceIdString.t option;The PlaceId of the place result.
*)placeType : PlaceType.t option;A PlaceType is a category that the result place must belong to.
*)title : RelatedPlaceTitleString.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].
*)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
* [> `Enum of string
| `List of
[> `Double of Double.t
| `Structure of
(string * [> `List of [> `Double of Double.t ] list ]) list ]
list
| `String of RelatedPlacePlaceIdString.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 ]