DistanceUtils Class
Version 1.1.28
.NET Framework 4.8
This class has been marked as obsolete: Use the PointUtils class instead.
Namespace | Skybrud.Essentials.Maps |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Inheritance | Object |
Static utility class with helper methods related to IPoint.
[Obsolete("Use the PointUtils class instead.")]
public class DistanceUtils { }
Methods
GetDistance(IPoint, IPoint)
(static)
Calculates the distance in metres between two GPS locations. |
GetDistance(IPoint, IPoint, double)
(static)
Calculates the distance in metres between two GPS points on a spheroid. |
Calculates the distance in metres between two GPS locations. |
Calculates the distance in metres between two GPS points on a spheroid. |