move Camera
suspend fun moveCamera(distanceDelta: Double, headingDelta: Double, pitchDelta: Double, duration: Float): Result<Boolean>
Animates the camera to a new position relative to the target.
Return
A Result returning a bool used to check the animation complete successfully or not.
Since
200.1.0
Parameters
distance Delta
The change in distance to apply in the animation.
heading Delta
The change in heading to apply in the animation.
pitch Delta
The change in pitch to apply in the animation.
duration
The duration of the animation in seconds.