API Reference > imodeljs-frontend > Views > Cluster Cluster<T extends Marker> Class A cluster of one or more Markers that overlap one another in the view. The cluster's screen position is taken from its first entry. Clusters also have a Marker themselves, that represents the whole group. The cluster marker isn't created until all entries have been added. Methods Name Description constructor(markers: T extends Marker[]): Cluster Properties Name Type Description clusterMarker undefined | Marker markers T extends Marker[] rect ViewRect Defined in core/frontend/src/Marker.ts Line 305 Last Updated: 13 June, 2024