MarkerLayerOptions constructor

MarkerLayerOptions({
  1. Key? key,
  2. List<Marker> markers = const [],
  3. dynamic rebuild,
})

Implementation

MarkerLayerOptions({
  Key? key,
  this.markers = const [],
  rebuild,
}) : super(key: key, rebuild: rebuild);