Interface AbstractClusterSource.HasDisableAtZoom
- All Known Subinterfaces:
AbstractClusterSource.HasClusterSourceOptions
- All Known Implementing Classes:
ClusterSource
,NoOpClusterSource
- Enclosing class:
- AbstractClusterSource
public static interface AbstractClusterSource.HasDisableAtZoom
Interface to be implemented by sources that should provide
disableAtZoom
management.
This property enables disabling clustering features at specified zoom level.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDisableAtZoom
(Double disableAtZoom) Sets zoom level from which clustering will be disabled.
-
Method Details
-
getDisableAtZoom
Double getDisableAtZoom()- Returns:
- zoom level or
null
if not set
-
setDisableAtZoom
Sets zoom level from which clustering will be disabled.- Parameters:
disableAtZoom
- zoom level from which clustering will be disabled
-