groundOverlayClicks

fun GoogleMap.groundOverlayClicks(): Flow<GroundOverlay>

Returns a flow that emits when a ground overlay is clicked. Using this to observe ground overlay clicks events will override an existing listener (if any) to GoogleMap.setOnGroundOverlayClickListener.