Class ViewHeatmap
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
-
-
Constructor Summary
Constructors Constructor Description ViewHeatmap()ViewHeatmap(List<GeoCoordinate> points)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetDissipateOnZoom()Gets if heatmaps dissipate on zoom.List<GeoCoordinate>getPoints()Gets the points displayed by this heatmap.voidsetDissipateOnZoom(boolean dissipating)Sets if heatmaps dissipate on zoom.voidsetPoints(List<GeoCoordinate> points)Sets the points to be displayed by this heatmap.
-
-
-
Constructor Detail
-
ViewHeatmap
public ViewHeatmap()
-
ViewHeatmap
public ViewHeatmap(List<GeoCoordinate> points)
-
-
Method Detail
-
getDissipateOnZoom
public boolean getDissipateOnZoom()
Description copied from interface:HeatmapGets if heatmaps dissipate on zoom.- Specified by:
getDissipateOnZoomin interfaceHeatmap- Returns:
- True if heatmap dissipate on zoom.
-
setDissipateOnZoom
public void setDissipateOnZoom(boolean dissipating)
Description copied from interface:HeatmapSets if heatmaps dissipate on zoom.- Specified by:
setDissipateOnZoomin interfaceHeatmap- Parameters:
dissipating- True dissipate on zoom.
-
getPoints
public List<GeoCoordinate> getPoints()
Description copied from interface:HeatmapGets the points displayed by this heatmap.
-
setPoints
public void setPoints(List<GeoCoordinate> points)
Description copied from interface:HeatmapSets the points to be displayed by this heatmap.
-
-