PolygonLayer<R extends Object> constructor
const
PolygonLayer<R extends Object> ({})
Create a new PolygonLayer for the FlutterMap widget.
Implementation
const PolygonLayer({
super.key,
required this.polygons,
this.useAltRendering = false,
this.debugAltRenderer = false,
this.polygonCulling = true,
this.polygonLabels = true,
this.drawLabelsLast = false,
this.hitNotifier,
super.simplificationTolerance,
}) : super();