Packagecom.esri.ags.virtualearth
Classpublic class VEAddress

The Bing Maps (formerly Microsoft Virtual Earth) address details.

Note: Bing Maps tiles and geocoding were added in version 1.2.

See Locator for geocoding with ArcGIS Server.

See also

Bing Maps documentation - Address Class (properties and coverage)


Public Properties
 PropertyDefined by
  addressLine : String
Specifies the street part of an address.
VEAddress
  adminDistrict : String
Specifies the subdivision name within the country or region for an address.
VEAddress
  countryRegion : String
Specifies the country or region name of an address.
VEAddress
  district : String
Specifies the higher level administrative subdivision used in some countries or regions.
VEAddress
  formattedAddress : String
Contains the complete address.
VEAddress
  locality : String
Specifies the populated place for the address.
VEAddress
  postalCode : String
Specifies the post code, postal code, or ZIP Code of an address.
VEAddress
  postalTown : String
Specifies the postal city of an address.
VEAddress
Property detail
addressLineproperty
public var addressLine:String

Specifies the street part of an address. This property is the most precise, official name 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.

This property can be used as the source for data binding.

adminDistrictproperty 
public var 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.

This property can be used as the source for data binding.

countryRegionproperty 
public var countryRegion:String

Specifies the country or region name of an address.

This property can be used as the source for data binding.

districtproperty 
public var district:String

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

This property can be used as the source for data binding.

formattedAddressproperty 
public var formattedAddress:String

Contains the complete address.

This property can be used as the source for data binding.

localityproperty 
public var 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.

This property can be used as the source for data binding.

postalCodeproperty 
public var postalCode:String

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

This property can be used as the source for data binding.

postalTownproperty 
public var postalTown:String

Specifies the postal city of an address.

This property can be used as the source for data binding.