createLayer method

  1. @override
Widget createLayer(
  1. LayerOptions options,
  2. MapState mapState,
  3. Stream<Null> stream
)

Implementation

@override
Widget createLayer(
    LayerOptions options, MapState mapState, Stream<Null> stream) {
  return HideMarkerLayer(
      options as HideMarkerLayerOptions, mapState, stream);
}