PointExtensions.IsNullIsland method
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Maps |
|---|---|
| Assembly | Skybrud.Essentials.dll |
IsNullIsland(IPoint)
Extension method
Returns whether the specified point is equal to Null Island, that is
where both IPoint.Latitude and IPoint.Longitude are 0.
public static bool IsNullIsland(this IPoint point)
Parameters
point
IPoint
The point.
Returns
true if both IPoint.Latitude and IPoint.Longitude are equal to 0; otherwise false.