Class: VEGeocodeResultE-mail This Topic Printable Version Give Us Feedback

Description

Class added v1.4.

Represents a Bing Maps address and its location. Many of the property definitions are taken from the Bing Maps documentation GeocodeResult Class. VEGeocodeResult has no constructor.

Class hierarchy

esri.virtualearth.VEGeocodeResult

Properties

Property Type Description
address VEAddress Specifies address properties for the result.
bestView Extent Best extent for displaying the result.
calculationMethod String Contains values that indicate the geocode method used to match the location to the map. The values are "Interpolation", "Parcel", and "Rooftop". For more information see http://msdn.microsoft.com/en-us/library/cc980868.aspx under "Match Methods".
confidence String Value indicating how confident the service is about the result. Values are Low, Medium, and High.
displayName String Contains a display name for the result.
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.
location Point The X and Y coordinates of the result in decimal degrees.
matchCodes String 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.
Properties Detail

<VEAddress> address

Specifies address properties for the result.

<Extent> bestView

Best extent for displaying the result.

<String> calculationMethod

Contains values that indicate the geocode method used to match the location to the map. The values are "Interpolation", "Parcel", and "Rooftop". For more information see http://msdn.microsoft.com/en-us/library/cc980868.aspx under "Match Methods".

<String> confidence

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

<String> displayName

Contains a display name for the result.

<String> entityType

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.

<Point> location

The X and Y coordinates of the result in decimal degrees.

<String> matchCodes

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.