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.