API Reference > imodeljs-frontend > Views > MarkerSet > getClusterMarker getClusterMarker MethodProtectedAbstract Implement this method to create a new Marker that is shown as a stand-in for a Cluster of Markers that overlap one another. getClusterMarker(cluster: Cluster<T extends Marker>): Marker note You must create a new Marker each time this method is called. Parameter Type Description cluster Cluster<T extends Marker> The Cluster that the new Marker will represent. Returns - Marker The Marker that will be displayed to represent the Cluster. Defined in core/frontend/src/Marker.ts Line 375 Last Updated: 13 June, 2024