Class: VEAddressE-mail This Topic Printable Version Give Us Feedback

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

Property Type Description
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

<String> addressLine

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.

<String> adminDistrict

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.

<String> countryRegion

Specifies the country or region name of an address.

<String> district

Specifies the higher level administrative subdivision used in some countries or regions.

<String> formattedAddress

Contains the complete address.

<String> locality

Specifies the populated place for the address. This commonly refers to a city, but may refer to a suburb or neighborhood in certain countries.

<String> postalCode

Specifies the post code, postal code, or ZIP Code of an address.

<String> postalTown

Specifies the postal city of an address.