PopupMarkerLayer constructor

PopupMarkerLayer(
  1. PopupMarkerLayerOptions layerOpts,
  2. MapState? map,
  3. Stream<Null> stream
)

Implementation

PopupMarkerLayer(this.layerOpts, this.map, this.stream);