LocationMarkerLayerWidget constructor

LocationMarkerLayerWidget({
  1. LocationMarkerPlugin plugin = const LocationMarkerPlugin(),
  2. LocationMarkerLayerOptions? options,
})

Create a LocationMarkerLayerWidget.

Implementation

LocationMarkerLayerWidget({
  this.plugin = const LocationMarkerPlugin(),
  this.options,
}) : super(
        key: options?.key,
      );