Values_0.GeocoderHierarchySourceThe preference hierarchy for the geocode preference.
type nonrec t = {country : GeocoderHierarchyCountryString.t option;The country value for the preference hierarchy.
*)state : GeocoderHierarchyStateString.t option;The state/region value for the preference hierarchy.
*)county : GeocoderHierarchyCountyString.t option;The county/district value for the preference hierarchy.
*)city : GeocoderHierarchyCityString.t option;The city value for the preference hierarchy.
*)postCode : GeocoderHierarchyPostCodeString.t option;The postcode value for the preference hierarchy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of GeocoderHierarchyCountryString.t ]) list ]