Packagecom.esri.ags.virtualearth
Classpublic class VEGeocodeResult

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 documentation - GeocodeResult Class (some of the properties)
VEGeocoder
Live sample - Bing Maps geocoder


Public Properties
 PropertyDefined by
  address : VEAddress
Specifies address properties for the result.
VEGeocodeResult
  bestView : Extent
Best extent for displaying the result.
VEGeocodeResult
  calculationMethod : String
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
An array of values that indicate the geocoding level of the location match.
VEGeocodeResult
Property detail
addressproperty
public var address:VEAddress

Specifies address properties for the result.

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

bestViewproperty 
public var bestView:Extent

Best extent for displaying the result.

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

calculationMethodproperty 
public var calculationMethod:String

String indicating the geocode method that was used to match the location to the map. For more information and a list of values, see http://msdn.microsoft.com/en-us/library/cc980868.aspx.

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

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

displayNameproperty 
public var displayName:String

Contains a display name for the result.

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

entityTypeproperty 
public var entityType:String

Further refines the geocode results that have been returned. For more details on entities and a list of entities that are returned see, http://msdn.microsoft.com/en-us/library/cc981001.aspx.

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

locationproperty 
public var location:MapPoint

The point (MapPoint) of the result.

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

matchCodesproperty 
public var matchCodes:Array

An array of values that indicate the geocoding level of the location match. For more information and a list of values, see http://msdn.microsoft.com/en-us/library/cc980868.aspx.

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