Back to Devexpress

GeoUtils.CalculateDistance Method

windowsforms-devexpress-dot-xtramap-dot-geoutils-dot-calculatedistance.md

latest805 B
Original Source

GeoUtils.CalculateDistance Method

NameParametersDescription
CalculateDistance(GeoPoint, GeoPoint, Boolean) staticp1, p2, ignoreEllipsoidalEffectsDetermines the distance between two geographical points in meters. Allows you to specify whether to use the ellipsoidal-surface formula for the calculation of distance.
CalculateDistance(GeoPoint, GeoPoint) staticp1, p2Calculates the distance between specified points.