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 TypeMethodDescriptionvoidsetShowSinglePointAsCluster(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:
trueif feature is shown as a cluster marker of 1 size ornullif 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
-