HideMarkerLayerOptions constructor

HideMarkerLayerOptions({
  1. required ClusterWidgetBuilder builder,
  2. bool? rotate,
  3. Offset? rotateOrigin,
  4. AlignmentGeometry? rotateAlignment,
  5. List<Marker> markers = const [],
  6. AnchorPos? anchor,
  7. int maxClusterRadius = 80,
  8. int disableClusteringAtZoom = 20,
})

Implementation

HideMarkerLayerOptions({
  required this.builder,
  this.rotate,
  this.rotateOrigin,
  this.rotateAlignment,
  this.markers = const [],
  this.anchor,
  this.maxClusterRadius = 80,
  this.disableClusteringAtZoom = 20,
});