createRegularPolygon

fun createRegularPolygon(centerLat: Double, centerLon: Double, radiusMeters: Double, gons: Int): Polygon

Makes an n-gon, centered at the provided lat/lon, and each vertex approximately distanceMeters away from the center.

Do not invoke me across the dateline or a pole!!