Package-level declarations
Functions
Returns a flow that emits when a cluster is clicked. Using this to observe cluster clicks will override an existing listener (if any) to ClusterManager.setOnClusterClickListener.
Returns a flow that emits when a cluster's info window is clicked. Using this to observe cluster info window clicks will override an existing listener (if any) to ClusterManager.setOnClusterInfoWindowClickListener.
Returns a flow that emits when a cluster's info window is long clicked. Using this to observe cluster info window long clicks will override an existing listener (if any) to ClusterManager.setOnClusterInfoWindowLongClickListener.
Returns a flow that emits when a cluster item is clicked. Using this to observe cluster item clicks will override an existing listener (if any) to ClusterManager.setOnClusterItemClickListener.
Returns a flow that emits when a cluster item's info window is clicked. Using this to observe cluster item info window clicks will override an existing listener (if any) to ClusterManager.setOnClusterItemInfoWindowClickListener.
Returns a flow that emits when a cluster item's info window is long clicked. Using this to observe cluster item info window long clicks will override an existing listener (if any) to ClusterManager.setOnClusterItemInfoWindowLongClickListener.