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

Description

Result polygon returned by AGSServiceAreaTask.

Instances of this class represent a service area polygon returned as the result of solveServiceAreaWithParameters:completion: (AGSServiceAreaTask). The polygon covers the area of the network that can be reached within the given time, distance, or other travel-cost cutoff.

Since
100.1
Inheritance diagram for AGSServiceAreaPolygon:
AGSObject

Properties

double fromImpedanceCutoff
 
AGSPolygongeometry
 
double toImpedanceCutoff
 

Property Documentation

◆ fromImpedanceCutoff

- (double) fromImpedanceCutoff
readnonatomicassign

The lower bound of the service area polygon's cutoff

Since
100.1

◆ geometry

- (AGSPolygon*) geometry
readnonatomicstrong

The polygon geometry of the service area

Since
100.1

◆ toImpedanceCutoff

- (double) toImpedanceCutoff
readnonatomicassign

The upper bound of the service area polygon's cutoff

Since
100.1