Package io.jmix.mapsui.component
Class ClusteringOptions
java.lang.Object
io.jmix.mapsui.component.ClusteringOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
void
setDisableClusteringAtZoom
(Integer disableClusteringAtZoom) void
setRadius
(int radius) void
setShowCoverage
(boolean showCoverage) void
setShowSinglePointAsCluster
(boolean showSinglePointAsCluster) void
setWeightProperty
(String weightProperty)
-
Constructor Details
-
ClusteringOptions
public ClusteringOptions()
-
-
Method Details
-
getRadius
public int getRadius() -
setRadius
-
getWeightProperty
-
setWeightProperty
@StudioProperty(type=PROPERTY_PATH_REF, options="int") public void setWeightProperty(String weightProperty) -
isShowCoverage
public boolean isShowCoverage() -
setShowCoverage
-
isShowSinglePointAsCluster
public boolean isShowSinglePointAsCluster() -
setShowSinglePointAsCluster
@StudioProperty(defaultValue="false") public void setShowSinglePointAsCluster(boolean showSinglePointAsCluster) -
getDisableClusteringAtZoom
-
setDisableClusteringAtZoom
@StudioProperty(name="disableAtZoom") public void setDisableClusteringAtZoom(Integer disableClusteringAtZoom)
-