mapClickEvents
Creates an Observable that emits whenever the map is tapped.
The created Observable uses GoogleMap.setOnMapClickListener to listen to map click events. Since only one listener at a time is allowed, only one Observable at a time can be used.