MarkerLayer constructor
MarkerLayer(
- MarkerLayerOptions markerOpts,
- MapState? map,
- Stream<
Null> ? stream
Implementation
MarkerLayer(this.markerOpts, this.map, this.stream)
: super(key: markerOpts.key);