GroupLayer constructor

GroupLayer(
  1. GroupLayerOptions groupOpts,
  2. MapState map,
  3. Stream<void> stream
)

Implementation

GroupLayer(this.groupOpts, this.map, this.stream) : super(key: groupOpts.key);