| Package | com.esri.ags.virtualearth |
| Class | public class VEAddress |
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
Specifies the postal city of an address.
| VEAddress | ||
| addressLine | property |
public var 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.
| adminDistrict | property |
public var 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.
| countryRegion | property |
public var countryRegion:StringSpecifies the country or region name of an address.
This property can be used as the source for data binding.
| district | property |
public var district:StringSpecifies the higher level administrative subdivision used in some countries or regions.
This property can be used as the source for data binding.
| formattedAddress | property |
public var formattedAddress:StringContains the complete address.
This property can be used as the source for data binding.
| locality | property |
public var 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.
| postalCode | property |
public var postalCode:StringSpecifies the post code, postal code, or ZIP Code of an address.
This property can be used as the source for data binding.
| postalTown | property |
public var postalTown:StringSpecifies the postal city of an address.
This property can be used as the source for data binding.