Values.GeocodeParsedQueryAddressComponentsSourceParsed address components in the provided QueryText.
type nonrec t = {country : ParsedQueryComponentList.t option;The alpha-2 or alpha-3 character code for the country that the results will be present in.
*)region : ParsedQueryComponentList.t option;The region or state results should be present in. Example: North Rhine-Westphalia.
*)subRegion : ParsedQueryComponentList.t option;The sub-region or county for which results should be present in.
*)locality : ParsedQueryComponentList.t option;The city or locality of the address. Example: Vancouver.
*)district : ParsedQueryComponentList.t option;The district or division of a city the results should be present in.
*)subDistrict : ParsedQueryComponentList.t option;A subdivision of a district. Example: Minden-Lübbecke.
*)postalCode : ParsedQueryComponentList.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.
*)block : ParsedQueryComponentList.t option;Name of the block. Example: Sunny Mansion 203 block: 2 Chome
*)subBlock : ParsedQueryComponentList.t option;Name of sub-block. Example: Sunny Mansion 203 sub-block: 4
*)street : ParsedQueryComponentList.t option;The name of the street results should be present in.
*)addressNumber : ParsedQueryComponentList.t option;The number that identifies an address within a street.
*)building : ParsedQueryComponentList.t option;The name of the building at the address.
*)secondaryAddressComponents : ParsedQuerySecondaryAddressComponentList.t option;Parsed secondary address components from the provided query text. Coverage for ParsedQuery.Address.SecondaryAddressComponents is available in the following countries: AUS, AUT, BRA, CAN, ESP, FRA, GBR, HKG, IDN, IND, NZL, TUR, TWN, USA
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of ParsedQueryComponentStartIndexInteger.t
| `String of ParsedQueryComponentValueString.t ])
list ]
list ])
list ]