groundOverlayClickEvents

fun GoogleMap.groundOverlayClickEvents(): Observable<GroundOverlay>

Creates an Observable that emits whenever a GroundOverlay is clicked on this GoogleMap instance.

The created Observable uses GoogleMap.setOnGroundOverlayClickListener to listen to ground overlay clicks. Since only one listener at a time is allowed, only one Observable at a time can be used.