ArcGIS Runtime SDK for iOS: AGSServiceAreaPolyline Class Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSServiceAreaPolyline Class Reference

Description

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.

Since
100.1
Inheritance diagram for AGSServiceAreaPolyline:
AGSObject

Instance Methods

(double) - fromCumulativeCostForCostAttribute:
 
(double) - toCumulativeCostForCostAttribute:
 

Properties

AGSNetworkLocationfromNetworkLocation
 
AGSPolylinegeometry
 
AGSNetworkLocationtoNetworkLocation
 

Method Documentation

◆ fromCumulativeCostForCostAttribute:

- (double) fromCumulativeCostForCostAttribute: (NSString *)  attributeName

Cumulative cost value of the path from the facility to the beginning of this polyline.

Since
100.1

◆ toCumulativeCostForCostAttribute:

- (double) toCumulativeCostForCostAttribute: (NSString *)  attributeName

Cumulative cost value of the path from the facility to the end of this polyline.

Since
100.1

Property Documentation

◆ fromNetworkLocation

- (AGSNetworkLocation*) fromNetworkLocation
readnonatomicstrong

Location on the network where the service area polyline begins.

Since
100.1

◆ geometry

- (AGSPolyline*) geometry
readnonatomicstrong

The polyline geometry of the service area

Since
100.1

◆ toNetworkLocation

- (AGSNetworkLocation*) toNetworkLocation
readnonatomicstrong

Location on the network where the service area polyline ends.

Since
100.1