infoWindowClickEvents

fun GoogleMap.infoWindowClickEvents(): Observable<Marker>

Creates an Observable that emits whenever a marker's info window is clicked.

The created Observable uses GoogleMap.setOnInfoWindowClickListener to listen to info window clicks. Since only one listener at a time is allowed, only one Observable at a time can be used.