Skip to content

Polygon

Ieuan Walker edited this page Feb 18, 2026 · 2 revisions

Create a polygon around a latitude/ longitude point.

Has parameters for -

  • Radius
  • NumberOfPoints
LatitudeLongitude point = new(51.474821, -3.1710057);

List<double[]> result = Polygon.GeneratePolygonAroundPoint(point.Longitude, point.Latitude, 1000, 10);

Clone this wiki locally