cameraMoveEvents

fun GoogleMap.cameraMoveEvents(): Observable<Unit>

Creates an Observable that emits whenever the camera on this GoogleMap instance moves.

The created Observable uses GoogleMap.setOnCameraMoveListener to listen to camera move events. Since only one listener at a time is allowed, only one Observable at a time can be used.