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 boolean
getDissipateOnZoom()
Gets if heatmaps dissipate on zoom.List<GeoCoordinate>
getPoints()
Gets the points displayed by this heatmap.void
setDissipateOnZoom(boolean dissipating)
Sets if heatmaps dissipate on zoom.void
setPoints(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:Heatmap
Gets if heatmaps dissipate on zoom.- Specified by:
getDissipateOnZoom
in interfaceHeatmap
- Returns:
- True if heatmap dissipate on zoom.
-
setDissipateOnZoom
public void setDissipateOnZoom(boolean dissipating)
Description copied from interface:Heatmap
Sets if heatmaps dissipate on zoom.- Specified by:
setDissipateOnZoom
in interfaceHeatmap
- Parameters:
dissipating
- True dissipate on zoom.
-
getPoints
public List<GeoCoordinate> getPoints()
Description copied from interface:Heatmap
Gets the points displayed by this heatmap.
-
setPoints
public void setPoints(List<GeoCoordinate> points)
Description copied from interface:Heatmap
Sets the points to be displayed by this heatmap.
-
-