java.lang.Object
com.esri.arcgisruntime.tasks.networkanalysis.CostAttribute

public final class CostAttribute extends Object
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 Details

    • getUnit

      public AttributeUnit getUnit()
      Gets the unit in which the cost values are measured.
      Returns:
      the unit
      Since:
      100.0.0
    • getParameterValues

      public Map<String,Object> getParameterValues()
      Gets the parameter values.
      Returns:
      an unmodifiable map of the parameter values
      Since:
      100.0.0