cameraIdleEvents

fun GoogleMap.cameraIdleEvents(): Flow<Unit>

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