Back to Devexpress

BingGeocodePoint.CalculationMethod Property

windowsforms-devexpress-dot-xtramap-dot-binggeocodepoint.md

latest1.7 KB
Original Source

BingGeocodePoint.CalculationMethod Property

Gets or sets the method used to compute the geocode point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public BingCalculationMethod CalculationMethod { get; set; }
vb
Public Property CalculationMethod As BingCalculationMethod

Property Value

TypeDescription
BingCalculationMethod

The method name used to compute the geocode point.

|

Available values:

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.

|

See Also

BingGeocodePoint Class

BingGeocodePoint Members

DevExpress.XtraMap Namespace