Name | Description | |
---|---|---|
![]() | GeocodeLocationInput Constructor |
The following tables list the members exposed by GeocodeLocationInput.
Name | Description | |
---|---|---|
![]() | GeocodeLocationInput Constructor |
Name | Description | |
---|---|---|
![]() | Area | (Required if you do not supply Latitude and Longitude or CRESTA) Contains the code that represents the area associated with the location. |
![]() | City | (Optional) Contains the name of the city associated with the location. |
![]() | CountryCode | (Required) Contains the name or code that represents the country associated with the location. |
![]() | CRESTA | (Required if you do not supply Latitude and Longitude or Area) Contains the name or code that represents the CRESTA associated with the location. |
![]() | Latitude | (Required if you do not supply level 2, 3, and four address data) Contains the latitude associated with the location in degrees north.
For values south of the equator, the latitude is a negative value. |
![]() | LocationID | (Optional) Contains the user-specified identifier of the location. |
![]() | Longitude | (Required if you do not supply level 2, 3, and four address data) Contains the longitude associated with the location in degrees east.
For values west of the Greenwich meridian, the longitude is a negative value. |
![]() | PostalCode | (Required if you do not supply Latitude and Longitude or Zip9PostalCode) Contains the postal code associated with the location. |
![]() | StreetAddress | (Optional) Contains the street address associated with the location. |
![]() | SubArea | (Required if you do not supply Latitude and Longitude or SubArea2) Contains the name or code that represents the subarea associated with the location. |
![]() | SubArea2 | (Required if you do not supply Latitude and Longitude or SubArea) Contains the name or code that represents the subarea 2 associated with the location.
Subarea 2 represents a finer resolution than postal code and applies only to a subset of countries. |
![]() | UserGeoMatchlevel | (Optional) Contains the user-supplied geocode match level code for this Location. |
![]() | Zip9PostalCode | (Required if you do not supply Latitude and Longitude or PostalCode) Contains the 9-digit postal code associated with the location.
Zip9PostalCode applies only to locations in the United States. |