Obsolete Members for OrbitLocationCameraController

SceneView."> Obsolete Members for OrbitLocationCameraController | ArcGISQtCpp
  • OrbitLocationCameraController
  • The following members of class OrbitLocationCameraController are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (deprecated) Esri::ArcGISRuntime::TaskWatcher moveCamera(double distanceDelta, double headingDelta, double pitchDelta, float duration)

    Signals

    (deprecated) void moveCameraCompleted(const QUuid &taskId, bool succeeded)

    Member Function Documentation

    Esri::ArcGISRuntime::TaskWatcher OrbitLocationCameraController::moveCamera(double distanceDelta, double headingDelta, double pitchDelta, float duration)

    This function is deprecated. We strongly advise against using it in new code.

    Animates the camera to the new position relative to the target.

    • distanceDelta - The change in distance (meters) to apply in the animation.
    • headingDelta - The change in heading (degrees) to apply in the animation.
    • pitchDelta - The change in pitch (degrees) to apply in the animation.
    • duration - The duration of the animation in seconds.

    The moveCameraCompleted signal emits when the operation is complete.

    [signal] void OrbitLocationCameraController::moveCameraCompleted(const QUuid &taskId, bool succeeded)

    This function is deprecated. We strongly advise against using it in new code.

    Signal emitted when a moveCamera operation is completed.

    • taskId - The task ID of the asynchronous task.
    • succeeded - Whether the operation was successful.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.