Skip to main content
A newer version of this page is available. .
All docs
V21.1

GeoUtils.CalculateDistance(GeoPoint, GeoPoint, Boolean) Method

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.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