cluster property
If the data is a collection of point features, setting this to true
clusters the points by radius into groups. Cluster groups become new
Point
features in the source with additional properties:
cluster
Istrue
if the point is a clustercluster_id
A unqiue id for the cluster to be used in conjunction with the cluster inspection methodspoint_count
Number of original points grouped into this clusterpoint_count_abbreviated
An abbreviated point count
Type: boolean default: false
Implementation
final bool? cluster;