ClusteringMarkerProperties
fun ClusteringMarkerProperties(anchor: Offset? = null, zIndex: Float? = null, rotation: 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.
rotation
the rotation of the marker in degrees clockwise about the marker's anchor point. If null, the default rotation specified in Clustering will be used.