| Package | com.esri.ags.virtualearth |
| Class | public class VEGeocodeResult |
| Inheritance | VEGeocodeResult flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 1.2 |
Note: Bing Maps tiles and geocoding were added in version 1.2.
See also
| Property | Defined 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 | ||
| address | property |
address:VEAddressSpecifies address properties for the result.
This property can be used as the source for data binding.
public function get address():VEAddress public function set address(value:VEAddress):void| bestView | property |
bestView:ExtentBest extent for displaying the result.
This property can be used as the source for data binding.
public function get bestView():Extent public function set bestView(value:Extent):void| calculationMethod | property |
public var calculationMethod:StringString indicating the geocode method that was used to match the location to the map.
| confidence | property |
confidence:StringValue 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.
public function get confidence():String public function set confidence(value:String):void| displayName | property |
displayName:StringContains a display name for the result.
This property can be used as the source for data binding.
public function get displayName():String public function set displayName(value:String):void| entityType | property |
entityType:StringFurther refines the geocode results that have been returned.
This property can be used as the source for data binding.
public function get entityType():String public function set entityType(value:String):voidSee also
| location | property |
location:MapPointThe point (MapPoint) of the result.
This property can be used as the source for data binding.
public function get location():MapPoint public function set location(value:MapPoint):void| matchCodes | property |
public var matchCodes:ArrayAn array of values that indicate the geocoding level of the location match.