PolygonLayer constructor

PolygonLayer(
  1. PolygonLayerOptions polygonOpts,
  2. MapState map,
  3. Stream<Null>? stream
)

Implementation

PolygonLayer(this.polygonOpts, this.map, this.stream)
    : super(key: polygonOpts.key);