ArcGIS Runtime SDK for iOS: AGSDistance Class Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSDistance Class Reference

Description

Represents distance measurement.

Instances of this class hold the distance measurement data associated with a specific distance component.

Since
100.3
Inheritance diagram for AGSDistance:
AGSObject

Properties

AGSLinearUnitunit
 
double value
 

Property Documentation

◆ unit

- (AGSLinearUnit*) unit
readnonatomicstrong

The linear unit by which the value of the distance is measured.

Since
100.3

◆ value

- (double) value
readnonatomicassign

The scalar value of the distance, measured by the associated unit.

Since
100.3