Obsolete Members for OrbitLocationCameraController

  • 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.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close