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
- 
Method Details- 
getBlurDouble getBlur()- Returns:
- the blur size in pixels or nullif not set
 
- 
setBlurSets the blur size of heat point in pixels. The default value is15.- Parameters:
- blur- the blur size in pixels
 
 
-