Geometry.Polygon constructor

Geometry.Polygon({
  1. required List<List<List<double>>> coordinates,
})

Implementation

factory Geometry.Polygon({required List<List<List<double>>> coordinates}) =
    GeometryPolygon;