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

Description

References a specific location/position along a transportation network source feature.

It represents an instance of a network location.

Since
100
Inheritance diagram for AGSNetworkLocation:
AGSObject

Class Methods

(instancetype) + networkLocation
 

Properties

BOOL onRightSideOfSource
 
NSString * sourceName
 
AGSSourceObjectPositionsourceObjectPosition
 

Method Documentation

◆ networkLocation

+ (instancetype) networkLocation

Property Documentation

◆ onRightSideOfSource

- (BOOL) onRightSideOfSource
readwritenonatomicassign

True if the network element is on the right side of the network source, false - otherwise.

Since
100

◆ sourceName

- (NSString*) sourceName
readwritenonatomiccopy

Name of the network source.

Since
100

◆ sourceObjectPosition

- (AGSSourceObjectPosition*) sourceObjectPosition
readwritenonatomicstrong

The position of the network element on the network source.

Since
100