Package-level declarations

Functions

Link copied to clipboard
fun <T : ClusterItem> ClusterManager<T>.clusterClickEvents(): Flow<Cluster<T>>

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.

Link copied to clipboard
fun <T : ClusterItem> ClusterManager<T>.clusterInfoWindowClickEvents(): Flow<Cluster<T>>

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.

Link copied to clipboard
fun <T : ClusterItem> ClusterManager<T>.clusterInfoWindowLongClickEvents(): Flow<Cluster<T>>

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.

Link copied to clipboard
fun <T : ClusterItem> ClusterManager<T>.clusterItemClickEvents(): Flow<T>

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.

Link copied to clipboard
fun <T : ClusterItem> ClusterManager<T>.clusterItemInfoWindowClickEvents(): Flow<T>

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.

Link copied to clipboard
fun <T : ClusterItem> ClusterManager<T>.clusterItemInfoWindowLongClickEvents(): Flow<T>

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.