Contents

clusteringIdentifier

An identifier for grouping annotations into the same cluster.

Declaration

clusteringIdentifier?: string | null;

Discussion

When zooming out on a map that contains many annotations, MapKit JS groups the colliding annotations based on a clustering identifier value.

The default value is null.

For more information, see Clustering annotations.

See Also

Grouping annotations