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

Description

Represents a pop-up element of type fields that is displayed in a pop-up for a geoelement.

See also
AGSPopupElementType, AGSPopupElement
Since
100.14
Inheritance diagram for AGSFieldsPopupElement:
AGSPopupElement AGSObject

Instance Methods

(instancetype) - initWithFields:
 

Class Methods

(instancetype) + fieldsPopupElementWithFields:
 

Properties

NSString * elementDescription
 
NSArray< AGSPopupField * > * fields
 
NSString * title
 

Method Documentation

◆ fieldsPopupElementWithFields:

+ (instancetype) fieldsPopupElementWithFields: (NSArray< AGSPopupField * > *)  fields

Creates a new fields pop-up element with the given array of AGSPopupField objects.

Parameters
fieldsAn array of AGSPopupField objects defining how each field participates in the pop-up window.
Since
100.14

◆ initWithFields:

- (instancetype) initWithFields: (NSArray< AGSPopupField * > *)  fields

Creates a new fields pop-up element with the given array of AGSPopupField objects.

Parameters
fieldsAn array of AGSPopupField objects defining how each field participates in the pop-up window.
Since
100.14

Property Documentation

◆ elementDescription

- (NSString*) elementDescription
readwritenonatomiccopy

A string value describing the element in detail.

Since
100.14

◆ fields

- (NSArray<AGSPopupField *>*) fields
readnonatomiccopy

An array of AGSPopupField objects defining how each field participates in the pop-up window.

Since
100.14

◆ title

- (NSString*) title
readwritenonatomiccopy

A string value indicating what the element represents.

Since
100.14