Information about tracking progress (passed and remaining geometries, remaining time and distance). More...
| Header | #include <Tracking |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.6.
Public Functions
| virtual | ~ |
| Esri | remaining |
| Esri | remaining |
| double | remaining |
| Esri | traversed |
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.