myLocationClickEvents
Creates an Observable that emits whenever the my location blue dot is clicked.
The created Observable uses GoogleMap.setOnMyLocationClickListener to listen to my location blue dot clicks. Since only one listener at a time is allowed, only one Observable at a time can be used.