Interface AbstractClusterSource.HasShowSinglePointAsCluster
- All Known Subinterfaces:
AbstractClusterSource.HasClusterSourceOptions
- All Known Implementing Classes:
ClusterSource
,NoOpClusterSource
- Enclosing class:
- AbstractClusterSource
public static interface AbstractClusterSource.HasShowSinglePointAsCluster
Interface to be implemented by sources that should provide
showSinglePointAsCluster
option management.
Given option enables to show not clustered feature (single point, marker, etc.) as a cluster marker of 1 size.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setShowSinglePointAsCluster
(Boolean showSinglePointAsCluster) Enables to show not clustered feature (single point, marker, etc.) as a cluster marker of 1 size.
-
Method Details
-
getShowSinglePointAsCluster
Boolean getShowSinglePointAsCluster()- Returns:
true
if feature is shown as a cluster marker of 1 size ornull
if not set
-
setShowSinglePointAsCluster
Enables to show not clustered feature (single point, marker, etc.) as a cluster marker of 1 size. Default value isfalse
.- Parameters:
showSinglePointAsCluster
- whether to show feature as a cluster marker of 1 size
-