infoWindowClickEvents
Returns a flow that emits when a marker's info window in this collection is clicked. Using this to observe info window clicks will override an existing listener (if any) to MarkerManager.Collection.setOnInfoWindowClickListener.
Warning: This is a cold flow wrapping a single-listener SDK callback. Concurrently subscribing multiple collectors will result in listener hijacking, and cancelling any observer will unregister the active listener completely. Always share this flow (e.g. using kotlinx.coroutines.flow.shareIn) for multi-observer configurations.