HideMarkerLayerOptions constructor
HideMarkerLayerOptions({
- required ClusterWidgetBuilder builder,
- bool? rotate,
- Offset? rotateOrigin,
- AlignmentGeometry? rotateAlignment,
- List<
Marker> markers = const [], - AnchorPos? anchor,
- int maxClusterRadius = 80,
- 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,
});