BingLocationInformation Members
Contains the Bing location information on the map.Constructors
Name | Description |
---|---|
BingLocationInformation() | Initializes a new instance of the BingLocationInformation class with default settings. |
Properties
Name | Description |
---|---|
Address | Gets or sets the address associated with the current location. Inherited from LocationInformation. |
BoundingBox | Gets or sets the bounding box containing the search result of Bing locations. |
Confidence | Get or sets the confidence level of the geocoded location search results. |
DisplayName | Gets or sets a display name associated with a location. Inherited from LocationInformation. |
EntityType | Gets or sets the entity type represented as a string. Inherited from LocationInformation. |
GeocodePoints | Gets or sets the collection of geocode points that a Bing Maps Service returns. |
Location | Gets or sets geographical coordinates of a location. Inherited from LocationInformation. |
MatchCode | Gets or sets the confidence level of the Bing location on the map. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of LocationInformation. Inherited from LocationInformation. |
See Also