-
-
Notifications
You must be signed in to change notification settings - Fork 9
Polygon
Ieuan Walker edited this page Feb 18, 2026
·
2 revisions
Create a polygon around a latitude/ longitude point.
Has parameters for -
RadiusNumberOfPoints
LatitudeLongitude point = new(51.474821, -3.1710057);
List<double[]> result = Polygon.GeneratePolygonAroundPoint(point.Longitude, point.Latitude, 1000, 10);