Interface BaseHeatmapLayer.HasBlur

All Known Subinterfaces:
BaseHeatmapLayer.HasBaseHeatmapLayerOptions
All Known Implementing Classes:
BaseHeatmapLayerOptions, HeatmapLayer, HeatmapLayerOptions, NoOpHeatmapLayer
Enclosing class:
BaseHeatmapLayer

public static interface BaseHeatmapLayer.HasBlur
Interface to be implemented by layers that should provide "blur" attribute management.

For more details see: Heatmap docs

  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Sets the blur size of heat point in pixels.
  • Method Details

    • getBlur

      Double getBlur()
      Returns:
      the blur size in pixels or null if not set
    • setBlur

      void setBlur(Double blur)
      Sets the blur size of heat point in pixels. The default value is 15.
      Parameters:
      blur - the blur size in pixels