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

Description

A cost to travel along the edge of a transportation network.

Instances of this class represent a cost incurred while traversing the edge of a transportation network. Optimized routes attempt to minimize the cost of various impedances such as travel time, distance covered, elevation gained, etc.

Since
100
See also
http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/understanding-network-attributes.htm#GUID-ADE9DCEB-62A0-405E-AE57-A13829DE7DEC
Inheritance diagram for AGSCostAttribute:
AGSObject

Properties

NSDictionary< NSString *, id > * parameterValues
 
AGSAttributeUnit unit
 

Property Documentation

◆ parameterValues

- (NSDictionary<NSString*,id>*) parameterValues
readnonatomiccopy

Cost values

Since
100

◆ unit

- (AGSAttributeUnit) unit
readnonatomicassign

The unit in which the cost values are measured

Since
100