Values.GeocodeQueryComponentsSourceA structured free text query allows you to search for places by the name or text representation of specific properties of the place.
type nonrec t = {country : GeocodeQueryComponentsCountryString.t option;The alpha-2 or alpha-3 character code for the country that the results will be present in.
*)region : GeocodeQueryComponentsRegionString.t option;The region or state results should be to be present in. Example: North Rhine-Westphalia.
*)subRegion : GeocodeQueryComponentsSubRegionString.t option;The sub-region or county for which results should be present in.
*)locality : GeocodeQueryComponentsLocalityString.t option;The city or locality results should be present in. Example: Vancouver.
*)district : GeocodeQueryComponentsDistrictString.t option;The district or division of a city the results should be present in.
*)street : GeocodeQueryComponentsStreetString.t option;The name of the street results should be present in.
*)addressNumber : GeocodeQueryComponentsAddressNumberString.t option;The house number or address results should have.
*)postalCode : GeocodeQueryComponentsPostalCodeString.t option;An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of GeocodeQueryComponentsCountryString.t ]) list ]