Description
Class added v1.4. The Bing Maps address details. The property definitions are taken from the Bing Maps documentation
Address Class. VEAddress has no constructor.
Class hierarchy
esri.virtualearth.VEAddress
Properties
| addressLine |
String
|
Specifies the street line of an address. This property is the most precise, official line for an address relative to the postal agency servicing the area specified by the Locality, PostalTown, or PostalCode properties. Typical use of this element would be to enclose a street address, private bag, or any other similar official address. |
| adminDistrict |
String
|
Specifies the subdivision name within the country or region for an address. This element is also commonly treated as the first order administrative subdivision, but in some cases it is the second, third, or fourth order subdivision within a country, dependency, or region. |
| countryRegion |
String
|
Specifies the country or region name of an address. |
| district |
String
|
Specifies the higher level administrative subdivision used in some countries or regions. |
| formattedAddress |
String
|
Contains the complete address. |
| locality |
String
|
Specifies the populated place for the address. This commonly refers to a city, but may refer to a suburb or neighborhood in certain countries. |
| postalCode |
String
|
Specifies the post code, postal code, or ZIP Code of an address. |
| postalTown |
String
|
Specifies the postal city of an address. |
Properties Detail
Specifies the street line of an address. This property is the most precise, official line for an address relative to the postal agency servicing the area specified by the Locality, PostalTown, or PostalCode properties. Typical use of this element would be to enclose a street address, private bag, or any other similar official address.
Specifies the subdivision name within the country or region for an address. This element is also commonly treated as the first order administrative subdivision, but in some cases it is the second, third, or fourth order subdivision within a country, dependency, or region.
Specifies the country or region name of an address.
Specifies the higher level administrative subdivision used in some countries or regions.
<String> formattedAddress
Contains the complete address.
Specifies the populated place for the address. This commonly refers to a city, but may refer to a suburb or neighborhood in certain countries.
Specifies the post code, postal code, or ZIP Code of an address.
Specifies the postal city of an address.