require(["esri/virtualearth/VEGeocodeResult"], function(VEGeocodeResult) { /* code goes here */ });
Description
(Added at 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.
Note: there are restrictions when using Bing Maps geocoding:
- Geocodes may not be stored for any purpose except caching for performance.
- Geocodes may not be displayed on any map other than a Bing Map.
For more information on the Bing Maps terms of use when using Esri products, see the
Microsoft Bing Maps Services Terms of Use.
Samples
Search for
samples that use this class.
Properties
Property Details
Specifies address properties for the result.
Best extent for displaying the result.
Value indicating how confident the service is about the result. Values are Low, Medium, and High.
Contains a display name for the result.
The X and Y coordinates of the result in decimal degrees.