Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services.
Contains geocoding, location, and entity properties for a result returned by the Geocode Service.
Syntax
public class GeocodeResult
Public Class GeocodeResult
Constructor
Name |
Description |
---|---|
Initializes a new instance of a GeocodeResult object. |
Public Properties
Name |
Description |
---|---|
An Address Class that specifies address properties for the result. |
|
A Rectangle Class that defines the best map view for the result. |
|
A Confidence Enumeration value indicating how confident the service is about the result. |
|
A string containing a display name for the result. |
|
A string containing the entity type name of the result. |
|
A GeocodeLocation Class array containing location matches based on the geocoding calculation method. |
|
A string array containing the type of matches used to geocode the locations found in the Locations property. |