Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: VEAddress

require(["esri/virtualearth/VEAddress"], function(VEAddress) { /* code goes here */ });

Description

(Added at v1.4)
The Bing Maps address details. The property definitions are taken from the Bing Maps documentation Address Class. VEAddress has no constructor.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
addressLineStringSpecifies the street line of an address.
adminDistrictStringSpecifies the subdivision name within the country or region for an address.
countryRegionStringSpecifies the country or region name of an address.
districtStringSpecifies the higher level administrative subdivision used in some countries or regions.
formattedAddressStringContains the complete address.
localityStringSpecifies the populated place for the address.
postalCodeStringSpecifies the post code, postal code, or ZIP Code of an address.
postalTownStringSpecifies the postal city of an address.
Property Details

<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.
Show Modal