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.