PolygonPainter constructor

PolygonPainter(
  1. List<Polygon> polygons,
  2. MapCamera map,
  3. bool polygonLabels,
  4. bool drawLabelsLast,
)

Implementation

PolygonPainter(
    this.polygons, this.map, this.polygonLabels, this.drawLabelsLast)
    : bounds = map.visibleBounds;