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

Description

Definition for handling related features in popups.

Instances of this class represent a definition for handling related features in popups.

Since
100.2
Inheritance diagram for AGSPopupRelatedFeaturesDefinition:
AGSObject

Class Methods

(instancetype) + popupRelatedFeaturesDefinition
 

Properties

BOOL showRelatedFeatures
 
NSArray< AGSPopupRelatedFeaturesSortOrder * > * sortOrder
 

Method Documentation

◆ popupRelatedFeaturesDefinition

+ (instancetype) popupRelatedFeaturesDefinition

Property Documentation

◆ showRelatedFeatures

- (BOOL) showRelatedFeatures
readwritenonatomicassign

Indicates whether or not to show related features in a popup

Since
100.2

◆ sortOrder

- (NSArray<AGSPopupRelatedFeaturesSortOrder*>*) sortOrder
readwritenonatomiccopy

Specifies how to sort related features for display in a popup

Since
100.2