Packagecom.esri.ags.virtualearth
Classpublic class VEGeocodeResult
InheritanceVEGeocodeResult Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 1.2

Represents a Bing Maps (formerly Microsoft Virtual Earth) address and its location.

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

See also

Bing Maps Terms of Use.
Bing Maps Mobile Terms of Use
Esri Terms of use for Bing Maps
Bing Maps REST documentation - Common Response Description
VEGeocoder


Public Properties
 PropertyDefined By
  address : VEAddress
Specifies address properties for the result.
VEGeocodeResult
  bestView : Extent
Best extent for displaying the result.
VEGeocodeResult
  calculationMethod : String
Deprecated Since 2.1 - Bing geocoding no longer support this property.
String indicating the geocode method that was used to match the location to the map.
VEGeocodeResult
  confidence : String
Value indicating how confident the service is about the result.
VEGeocodeResult
  displayName : String
Contains a display name for the result.
VEGeocodeResult
  entityType : String
Further refines the geocode results that have been returned.
VEGeocodeResult
  location : MapPoint
The point (MapPoint) of the result.
VEGeocodeResult
  matchCodes : Array
Deprecated Since 2.1 - Bing geocoding no longer support this property.
An array of values that indicate the geocoding level of the location match.
VEGeocodeResult
Property Detail
addressproperty
address:VEAddress

Specifies address properties for the result.

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


Implementation
    public function get address():VEAddress
    public function set address(value:VEAddress):void
bestViewproperty 
bestView:Extent

Best extent for displaying the result.

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


Implementation
    public function get bestView():Extent
    public function set bestView(value:Extent):void
calculationMethodproperty 
public var calculationMethod:String
Deprecated Since 2.1 - Bing geocoding no longer support this property.

String indicating the geocode method that was used to match the location to the map.

confidenceproperty 
confidence:String

Value indicating how confident the service is about the result. Values are Low, Medium and High.

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


Implementation
    public function get confidence():String
    public function set confidence(value:String):void
displayNameproperty 
displayName:String

Contains a display name for the result.

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


Implementation
    public function get displayName():String
    public function set displayName(value:String):void
entityTypeproperty 
entityType:String

Further refines the geocode results that have been returned.

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


Implementation
    public function get entityType():String
    public function set entityType(value:String):void

See also

locationproperty 
location:MapPoint

The point (MapPoint) of the result.

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


Implementation
    public function get location():MapPoint
    public function set location(value:MapPoint):void
matchCodesproperty 
public var matchCodes:Array
Deprecated Since 2.1 - Bing geocoding no longer support this property.

An array of values that indicate the geocoding level of the location match.