Packagecom.esri.ags.virtualearth
Classpublic class VEAddress
InheritanceVEAddress Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 1.2

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 Terms of Use.
Bing Maps Mobile Terms of Use
Esri Terms of use for Bing Maps
Bing Maps REST documentation - Address


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
Deprecated Since 2.1 - Bing geocoding no longer support this property.
Specifies the postal city of an address.
VEAddress
Property Detail
addressLineproperty
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.


Implementation
    public function get addressLine():String
    public function set addressLine(value:String):void
adminDistrictproperty 
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.


Implementation
    public function get adminDistrict():String
    public function set adminDistrict(value:String):void
countryRegionproperty 
countryRegion:String

Specifies the country or region name of an address.

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


Implementation
    public function get countryRegion():String
    public function set countryRegion(value:String):void
districtproperty 
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.


Implementation
    public function get district():String
    public function set district(value:String):void
formattedAddressproperty 
formattedAddress:String

Contains the complete address.

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


Implementation
    public function get formattedAddress():String
    public function set formattedAddress(value:String):void
localityproperty 
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.


Implementation
    public function get locality():String
    public function set locality(value:String):void
postalCodeproperty 
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.


Implementation
    public function get postalCode():String
    public function set postalCode(value:String):void
postalTownproperty 
public var postalTown:String
Deprecated Since 2.1 - Bing geocoding no longer support this property.

Specifies the postal city of an address.