java.lang.Object
com.esri.arcgisruntime.geometry.Distance
Represents a distance which contains a value and its units.
- Since:
 - 100.3.0
 
- 
Method Details
- 
getValue
public double getValue()Gets the value of the distance.- Returns:
 - the value of the distance
 - Since:
 - 100.3.0
 
 - 
getUnit
Gets the unit of the value.- Returns:
 - the unit of the value
 - Since:
 - 100.3.0
 
 
 -