BingLocationInformation Members
Obsolete. Provides information about a location obtained from the Bing Maps web service.Constructors
| Name | Description |
|---|---|
| BingLocationInformation() |
Initializes a new instance of the BingLocationInformation class with default settings.
|
Fields
| Name | Description |
|---|---|
| AddressProperty static | Identifies the LocationInformation.Address dependency property. Inherited from LocationInformation. |
| BoundingBoxProperty static | Identifies the BingLocationInformation.BoundingBox dependency property. |
| ConfidenceProperty static | Identifies the BingLocationInformation.Confidence dependency property. |
| DisplayNameProperty static | Identifies the LocationInformation.DisplayName dependency property. Inherited from LocationInformation. |
| EntityTypeProperty static | Identifies the LocationInformation.EntityType dependency property. Inherited from LocationInformation. |
| GeocodePointsProperty static | Identifies the GeocodePoints dependency property. |
| LocationProperty static | Identifies the LocationInformation.Location dependency property. Inherited from LocationInformation. |
| MatchCodeProperty static | Identifies the BingLocationInformation.MatchCode dependency property. |
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 |
|---|---|
| ToString() | Returns the textual representation of LocationInformation. Inherited from LocationInformation. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also