|
ArcGIS Runtime SDK for iOS
100.9
|
Utility network trace parameters.
Instance Methods | |
| (instancetype) | - initWithTraceType:startingLocations: |
Class Methods | |
| (instancetype) | + utilityTraceParametersWithTraceType:startingLocations: |
Properties | |
| NSArray< AGSUtilityElement * > * | barriers |
| NSArray< NSValue * > * | resultTypes |
| NSArray< AGSUtilityElement * > * | startingLocations |
| AGSUtilityTraceConfiguration * | traceConfiguration |
| AGSUtilityTraceType | traceType |
| - (instancetype) initWithTraceType: | (AGSUtilityTraceType) | traceType | |
| startingLocations: | (NSArray< AGSUtilityElement * > *) | startingLocations | |
Constructs a new AGSUtilityTraceParameters for the specified trace type and with the supplied starting locations
| traceType | The type of trace to perform |
| startingLocations | The collection of starting locations |
| + (instancetype) utilityTraceParametersWithTraceType: | (AGSUtilityTraceType) | traceType | |
| startingLocations: | (NSArray< AGSUtilityElement * > *) | startingLocations | |
Constructs a new AGSUtilityTraceParameters for the specified trace type and with the supplied starting locations
| traceType | The type of trace to perform |
| startingLocations | The collection of starting locations |
|
readwritenonatomiccopy |
The array of barriers
|
readwritenonatomiccopy |
NSArray that is pre-populated with the server default of AGSUtilityTraceResultTypeElements; it corresponds to the AGSUtilityTraceResult collection returned by traceWithParameters:completion: (AGSUtilityNetwork)
|
readwritenonatomiccopy |
The array of starting locations
|
readwritenonatomicstrong |
The complete collection of trace options
|
readnonatomicassign |
The trace type