Polygon.fromPoints constructor

Polygon.fromPoints(
  1. {BBox? bbox,
  2. required List<List<Point>> points}
)

Implementation

Polygon.fromPoints({turf.BBox? bbox, required List<List<Point>> points})
    : super.fromPoints(bbox: bbox, points: points);