MarkerLayer constructor

MarkerLayer(
  1. MarkerLayerOptions markerLayerOptions,
  2. MapState map,
  3. Stream<void>? stream
)

Implementation

MarkerLayer(this.markerLayerOptions, this.map, this.stream)
    : super(key: markerLayerOptions.key);