Class ClusterSource

All Implemented Interfaces:
AbstractClusterSource.HasClusterSourceOptions, AbstractClusterSource.HasDisableAtZoom, AbstractClusterSource.HasDistance, AbstractClusterSource.HasMinDistance, AbstractClusterSource.HasPointStyle, AbstractClusterSource.HasPointTextStyle, AbstractClusterSource.HasShowSinglePointAsCluster, AbstractClusterSource.HasVectorSource, AbstractClusterSource.HasWeightProperty, Source.HasAttributions, Source.HasWrapX, Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ClusterSource extends AbstractClusterSource implements AbstractClusterSource.HasClusterSourceOptions, Source.HasAttributions, Source.HasWrapX, org.springframework.context.ApplicationContextAware
Source to cluster vector data. Cluster supports all types of features. It calculates coordinate of center of feature and uses this point for clustering. The center of feature is calculated by the following rules:

For more details see: Cluster docs

See Also: