Back to Devexpress

BingCalculationMethod Enum

wpf-devexpress-dot-xpf-dot-map-ce6101cc.md

latest2.0 KB
Original Source

BingCalculationMethod Enum

OBSOLETE

This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf

Lists methods used to compute geocode points.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
[PreferableMember("BingCalculationMethod", "", "")]
public enum BingCalculationMethod
vb
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")>
<PreferableMember("BingCalculationMethod", "", "")>
Public Enum BingCalculationMethod

Members

NameDescription
Unknown

The response from a Bing Maps Service does not contain the CalculationMethod field for the geocode point.

| | Interpolation |

Interpolation is used to match a geocode point to a point on a road.

| | InterpolationOffset |

Interpolation with an offset is used to match a geocode point to a point on a road and shift the point to the side of the street.

| | Parcel |

The geocode point is matched to the center of a parcel.

| | Rooftop |

The geocode point is matched to the building rooftop.

|

The following properties accept/return BingCalculationMethod values:

See Also

DevExpress.Xpf.Map Namespace