Module com.esri.arcgisruntime
Class CostAttribute
java.lang.Object
com.esri.arcgisruntime.tasks.networkanalysis.CostAttribute
Represents the cost incurred while traversing a route. Optimized routes attempt
 to minimize the cost of various impedances such as travel time, distance covered, elevation gained, etc.
- Since:
- 100.0.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionGets the parameter values.getUnit()Gets the unit in which the cost values are measured.
- 
Method Details- 
getUnitGets the unit in which the cost values are measured.- Returns:
- the unit
- Since:
- 100.0.0
 
- 
getParameterValuesGets the parameter values.- Returns:
- an unmodifiable map of the parameter values
- Since:
- 100.0.0
 
 
-