Module Values_0.GeocodePreferenceSource

The geocode preference.

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

    The unique request key for the geocode preference.

    *)
  2. preference : GeocodePreferenceValue.t;
    (*

    The preference definition for the geocode preference.

    *)
}
Sourceval context_ : string
Sourceval make : requestKey:GeocoderHierarchy.t -> preference:GeocodePreferenceValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of GeocoderHierarchyCountryString.t | `Structure of (string * [> `Double of CoordinateLatitudeDouble.t | `String of GeocoderHierarchyCountryString.t ]) list ]) 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