| Package | com.esri.ags.virtualearth |
| Class | public class VEGeocodeResult |
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
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 | ||
| address | property |
public var address:VEAddressSpecifies address properties for the result.
This property can be used as the source for data binding.
| bestView | property |
public var bestView:ExtentBest extent for displaying the result.
This property can be used as the source for data binding.
| calculationMethod | property |
public var calculationMethod:StringString 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.
| confidence | property |
public var 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.
| displayName | property |
public var displayName:StringContains a display name for the result.
This property can be used as the source for data binding.
| entityType | property |
public var entityType:StringFurther 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.
| location | property |
public var location:MapPointThe point (MapPoint) of the result.
This property can be used as the source for data binding.
| matchCodes | property |
public var matchCodes:ArrayAn 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.