mapLongClickEvents

fun GoogleMap.mapLongClickEvents(): Observable<LatLng>

Creates an Observable that emits whenever the map is long clicked.

The created Observable uses GoogleMap.setOnMapLongClickListener to listen to map long click events. Since only one listener at a time is allowed, only one Observable at a time can be used.