PolygonLayer constructor
PolygonLayer(
- PolygonLayerOptions polygonOpts,
- MapState map,
- Stream<
Null> ? stream
Implementation
PolygonLayer(this.polygonOpts, this.map, this.stream)
: super(key: polygonOpts.key);