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

Description

Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.

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

Instance Methods

(instancetype) - initWithPopupExpression:
 

Class Methods

(instancetype) + expressionPopupElementWithPopupExpression:
 

Properties

AGSPopupExpressionpopupExpression
 

Method Documentation

◆ expressionPopupElementWithPopupExpression:

+ (instancetype) expressionPopupElementWithPopupExpression: (nullable AGSPopupExpression *)  popupExpression

Creates a new expression pop-up element with the given expression. Refer to Popup Element for more details.

Parameters
popupExpressionAn Arcade expression that defines the pop-up element. The AGSPopupExpressionReturnType will always be AGSPopupExpressionReturnTypeDictionary which must follow the Web Map Specification for a pop-up element.
Since
100.14

◆ initWithPopupExpression:

- (instancetype) initWithPopupExpression: (nullable AGSPopupExpression *)  popupExpression

Creates a new expression pop-up element with the given expression. Refer to Popup Element for more details.

Parameters
popupExpressionAn Arcade expression that defines the pop-up element. The AGSPopupExpressionReturnType will always be AGSPopupExpressionReturnTypeDictionary which must follow the Web Map Specification for a pop-up element.
Since
100.14

Property Documentation

◆ popupExpression

- (AGSPopupExpression*) popupExpression
readwritenonatomicstrong

The Arcade expression that defines the pop-up element.

Since
100.14