MarkerLayer constructor

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

Implementation

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