ArcGIS Runtime SDK for iOS
100.15
|
Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.
AGSPopupElementType
, AGSPopupElement
Instance Methods | |
(instancetype) | - initWithPopupExpression: |
Class Methods | |
(instancetype) | + expressionPopupElementWithPopupExpression: |
Properties | |
AGSPopupExpression * | popupExpression |
+ (instancetype) expressionPopupElementWithPopupExpression: | (nullable AGSPopupExpression *) | popupExpression |
Creates a new expression pop-up element with the given expression. Refer to Popup Element for more details.
popupExpression | An 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. |
- (instancetype) initWithPopupExpression: | (nullable AGSPopupExpression *) | popupExpression |
Creates a new expression pop-up element with the given expression. Refer to Popup Element for more details.
popupExpression | An 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. |
|
readwritenonatomicstrong |
The Arcade expression that defines the pop-up element.