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 Type
    Method
    Description
     
    void
    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

      void setDisableAtZoom(Double disableAtZoom)
      Sets zoom level from which clustering will be disabled.
      Parameters:
      disableAtZoom - zoom level from which clustering will be disabled