ArcGIS Runtime SDK for iOS
100.15
|
Result polyline returned by AGSServiceAreaTask
.
Instances of this class represent a service area polyline returned as the result of solveServiceAreaWithParameters:completion: (AGSServiceAreaTask)
. The polyline represents the network edges that can be reached within the given impedance.
Instance Methods | |
(double) | - fromCumulativeCostForCostAttribute: |
(double) | - toCumulativeCostForCostAttribute: |
Properties | |
AGSNetworkLocation * | fromNetworkLocation |
AGSPolyline * | geometry |
AGSNetworkLocation * | toNetworkLocation |
- (double) fromCumulativeCostForCostAttribute: | (NSString *) | attributeName |
Cumulative cost value of the path from the facility to the beginning of this polyline.
- (double) toCumulativeCostForCostAttribute: | (NSString *) | attributeName |
Cumulative cost value of the path from the facility to the end of this polyline.
|
readnonatomicstrong |
Location on the network where the service area polyline begins.
|
readnonatomicstrong |
The polyline geometry of the service area
|
readnonatomicstrong |
Location on the network where the service area polyline ends.