ClusteringMarkerProperties

fun ClusteringMarkerProperties(anchor: Offset? = null, zIndex: Float? = null)

Helper function to specify properties for the marker representing a cluster or cluster item.

Parameters

anchor

the anchor for the marker image. If null, the default anchor specified in Clustering will be used.

zIndex

the z-index of the marker. If null, the default z-index specified in Clustering will be used.