onClusterItemClick

abstract fun onClusterItemClick(item: T): Boolean

Called when item is clicked.

Return

true if the listener consumed the event (i.e. the default behavior should not occur), false otherwise (i.e. the default behavior should occur). The default behavior is for the camera to move to the marker and an info window to appear.

Parameters

item

the item clicked