onCameraSteady

abstract fun onCameraSteady()

Called whenever any of the camera properties has been changed and there are no more outstanding changes planned.

For example, it can be called when an animation is finished based on recently requested CameraOptions. Calling CameraController.cameraPosition inside (or after) this callback, returns the new values of the camera properties.