ArcGIS Runtime SDK for iOS: AGSTrackingProgress Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSTrackingProgress Class Reference

Description

Defines tracking progress (passed and remaining geometries, remaining time and distance).

Since
100.6
Inheritance diagram for AGSTrackingProgress:
AGSObject

Properties

AGSTrackingDistanceremainingDistance
 
AGSPolylineremainingGeometry
 
double remainingTime
 
AGSPolylinetraversedGeometry
 

Property Documentation

◆ remainingDistance

- (AGSTrackingDistance*) remainingDistance
readnonatomicstrong

The distance still to be traversed.

See also
AGSTrackingDistance
Since
100.6

◆ remainingGeometry

- (AGSPolyline*) remainingGeometry
readnonatomicstrong

The polyline geometry still to be traversed.

Since
100.6

◆ remainingTime

- (double) remainingTime
readnonatomicassign

The time to traverse remaining geometry/distance. The time in minutes.

Since
100.6

◆ traversedGeometry

- (AGSPolyline*) traversedGeometry
readnonatomicstrong

The polyline geometry already traversed.

Since
100.6