| Package | com.esri.ags.virtualearth |
| Class | public class VEAddress |
| Inheritance | VEAddress flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 1.2 |
Note: Bing Maps tiles and geocoding were added in version 1.2.
See Locator for geocoding with ArcGIS Server.
See also
| Property | Defined 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 | ||
| addressLine | property |
addressLine:StringSpecifies 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.
public function get addressLine():String public function set addressLine(value:String):void| adminDistrict | property |
adminDistrict:StringSpecifies 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.
public function get adminDistrict():String public function set adminDistrict(value:String):void| countryRegion | property |
countryRegion:StringSpecifies the country or region name of an address.
This property can be used as the source for data binding.
public function get countryRegion():String public function set countryRegion(value:String):void| district | property |
district:StringSpecifies the higher level administrative subdivision used in some countries or regions.
This property can be used as the source for data binding.
public function get district():String public function set district(value:String):void| formattedAddress | property |
formattedAddress:StringContains the complete address.
This property can be used as the source for data binding.
public function get formattedAddress():String public function set formattedAddress(value:String):void| locality | property |
locality:StringSpecifies 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.
public function get locality():String public function set locality(value:String):void| postalCode | property |
postalCode:StringSpecifies the post code, postal code, or ZIP Code of an address.
This property can be used as the source for data binding.
public function get postalCode():String public function set postalCode(value:String):void| postalTown | property |
public var postalTown:StringSpecifies the postal city of an address.