Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BingCalculationMethod Enum

Lists methods used to compute geocode points.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

#Declaration

public enum BingCalculationMethod

#Members

Name Description
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.

#Related API Members

The following properties accept/return BingCalculationMethod values:

See Also