TrackingProgress Class

  • TrackingProgress
  • class Esri::ArcGISRuntime::TrackingProgress

    Information about tracking progress (passed and remaining geometries, remaining time and distance). More...

    Header: #include <TrackingProgress.h>
    Since: Esri::ArcGISRuntime 100.6
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~TrackingProgress() override
    Esri::ArcGISRuntime::TrackingDistance *remainingDistance() const
    Esri::ArcGISRuntime::Polyline remainingGeometry() const
    double remainingTime() const
    Esri::ArcGISRuntime::Polyline traversedGeometry() const

    Detailed Description

    Member Function Documentation

    [override virtual] TrackingProgress::~TrackingProgress()

    Destructor.

    Esri::ArcGISRuntime::TrackingDistance *TrackingProgress::remainingDistance() const

    Returns TrackingDistance to be traversed.

    Esri::ArcGISRuntime::Polyline TrackingProgress::remainingGeometry() const

    Returns the portion of the route geometry (Polyline) that to be traversed.

    double TrackingProgress::remainingTime() const

    Returns the estimated time in minutes to traverse remaining part.

    Esri::ArcGISRuntime::Polyline TrackingProgress::traversedGeometry() const

    Returns the portion of the route geometry (Polyline) that has already been traversed.

    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