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, 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.
Further refines the geocode results that have been returned. For more details on entities and a list of entities that are returned see https://learn.microsoft.com/en-us/previous-versions/cc981001(v=msdn.10).
The X and Y coordinates of the result in decimal degrees.
An array of values that indicate the geocoding level of the location match. For more information and a list of values, see https://learn.microsoft.com/en-us/previous-versions/cc980868(v=msdn.10).