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 - The Marker that will be displayed to represent the Cluster.

Defined in

Last Updated: 08 January, 2020