Skip to main content
A newer version of this page is available. .
All docs
V20.2

GeoUtils.CalculateDistance(GeoPoint, GeoPoint, Boolean) Method

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public static double CalculateDistance(
    GeoPoint p1,
    GeoPoint p2,
    bool ignoreEllipsoidalEffects
)

Parameters

Name Type
p1 GeoPoint
p2 GeoPoint
ignoreEllipsoidalEffects Boolean

Returns

Type
Double
See Also