BingGeocodePoint Members
Obsolete. Contains geocode point field values returned in the response from Bing Maps Services.Constructors
| Name | Description |
|---|---|
| BingGeocodePoint() |
Initializes a new instance of the BingGeocodePoint class.
|
Fields
| Name | Description |
|---|---|
| CalculationMethodProperty static | Identifies the CalculationMethod dependency property. |
| LocationProperty static | Identifies the Location dependency property. |
| UsageTypeProperty static | Identifies the UsageType dependency property. |
Properties
| Name | Description |
|---|---|
| CalculationMethod | Gets or sets the method used to compute the geocode point. |
| Location | Gets or sets a geographical point that specifies the geocode point location on the map. |
| UsageType | Specifies how to use the geocode point. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also