Interface BaseHeatmapLayer.HasRadius
- All Known Subinterfaces:
BaseHeatmapLayer.HasBaseHeatmapLayerOptions
- All Known Implementing Classes:
BaseHeatmapLayerOptions,HeatmapLayer,HeatmapLayerOptions,NoOpHeatmapLayer
- Enclosing class:
- BaseHeatmapLayer
public static interface BaseHeatmapLayer.HasRadius
Interface to be implemented by layers that should provide "radius" attribute management.
For more details see: Heatmap docs
-
Method Summary
-
Method Details
-
getRadius
Double getRadius()- Returns:
- radius size in pixels or
nullif not set
-
setRadius
Sets the radius size of heat point in pixels. The default value is8.For more details see: setRadius() docs
- Parameters:
radius- radius size in pixels
-