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