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

    Modifier and Type
    Method
    Description
     
    void
    setRadius(Double radius)
    Sets the radius size of heat point in pixels.
  • Method Details

    • getRadius

      Double getRadius()
      Returns:
      radius size in pixels or null if not set
    • setRadius

      void setRadius(Double radius)
      Sets the radius size of heat point in pixels. The default value is 8.

      For more details see: setRadius() docs

      Parameters:
      radius - radius size in pixels