Values_0.GeocodePreferenceValueSourceThe preference value for the geocode preference.
type nonrec t = {geocoderHierarchy : GeocoderHierarchy.t option;The preference hierarchy for the geocode preference.
*)coordinate : Coordinate.t option;The preference coordinate for the geocode preference.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of CoordinateLatitudeDouble.t
| `String of GeocoderHierarchyCountryString.t ])
list ])
list ]