GeoUtils.CalculateDistance Method
| Name | Parameters | Description |
|---|---|---|
| CalculateDistance(GeoPoint, GeoPoint, Boolean) static | p1, p2, ignoreEllipsoidalEffects | Determines 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) static | p1, p2 | Calculates the distance between specified points. |