GeocodeQueryComponents
A structured free text query allows you to search for places by the name or text representation of specific properties of the place.
Contents
- AddressNumber
-
The house number or address results should have.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- Country
-
The alpha-2 or alpha-3 character code for the country that the results will be present in.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- District
-
The district or division of a city the results should be present in.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- Locality
-
City or locality results should be present in.
Example:
Vancouver
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- PostalCode
-
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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- Region
-
The region or state results should be to be present in.
Example:
North Rhine-Westphalia
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- Street
-
The name of the street results should be present in.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
- SubRegion
-
The sub-region or county for which results should be present in.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[^;]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: