PointUtils Class

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Maps
Assembly Skybrud.Essentials.dll
Visibility Public
Keywords Static
Inheritance Object

Static utility class with helper methods related to locations.

public static class PointUtils { }

Methods

Calculates the distance in metres between two GPS points.

Calculates the distance in metres between two GPS points on a spheroid.

Calculates the distance in metres between two GPS points.

Calculates the distance in metres between two GPS points on a spheroid.

Returns whether the specified point identified by the specified latitude and longitude is equal to Null Island, that is where both IPoint.Latitude and IPoint.Longitude are 0.

Returns whether the specified point is equal to Null Island, that is where both IPoint.Latitude and IPoint.Longitude are 0.