cameraMoveEvents

fun GoogleMap.cameraMoveEvents(): Flow<Unit>

Returns a flow that emits when the camera moves. Using this to observe camera move events will override an existing listener (if any) to GoogleMap.setOnCameraMoveListener.