LineString.fromPoints constructor

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

Implementation

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