Obsolete Members for ServiceAreaTask

  • ServiceAreaTask
  • The following members of class ServiceAreaTask 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 createDefaultParameters()
    (deprecated) Esri::ArcGISRuntime::TaskWatcher solveServiceArea(const Esri::ArcGISRuntime::ServiceAreaParameters &serviceAreaParameters)

    Signals

    (deprecated) void createDefaultParametersCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::ServiceAreaParameters &defaultParameters)
    (deprecated) void solveServiceAreaCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::ServiceAreaResult &serviceAreaResult)

    Member Function Documentation

    Esri::ArcGISRuntime::TaskWatcher ServiceAreaTask::createDefaultParameters()

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

    Creates default service area parameters from the service.

    The createDefaultParametersCompleted signal emits when the operation is complete, giving access to the resulting ServiceAreaParameters.

    [signal] void ServiceAreaTask::createDefaultParametersCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::ServiceAreaParameters &defaultParameters)

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

    Signal emitted after the createDefaultParameters asynchronous method completes.

    • taskId - The task ID of the asynchronous task.
    • defaultParameters - The generated default ServiceAreaParameters.

    Esri::ArcGISRuntime::TaskWatcher ServiceAreaTask::solveServiceArea(const Esri::ArcGISRuntime::ServiceAreaParameters &serviceAreaParameters)

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

    Solves a service area with the given serviceAreaParameters.

    The ServiceAreaTask::solveServiceAreaCompleted signal emits when the operation is complete, giving access to the ServiceAreaResult.

    [signal] void ServiceAreaTask::solveServiceAreaCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::ServiceAreaResult &serviceAreaResult)

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

    Signal emitted after the solveServiceArea asynchronous method completes.

    • taskId - The task ID of the asynchronous task.
    • serviceAreaResult - The generated ServiceAreaResult.

    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