Module Values_0.GeocodePreferenceValueSource

The preference value for the geocode preference.

Sourcetype nonrec t = {
  1. geocoderHierarchy : GeocoderHierarchy.t option;
    (*

    The preference hierarchy for the geocode preference.

    *)
  2. coordinate : Coordinate.t option;
    (*

    The preference coordinate for the geocode preference.

    *)
}
Sourceval make : ?geocoderHierarchy:??? -> ?coordinate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of CoordinateLatitudeDouble.t | `String of GeocoderHierarchyCountryString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t