|
ArcGIS Runtime SDK for iOS
100.15
|
The result of an attempt to evaluate popup expression.
The popup expression can come from the AGSPopupDefinition::expressions or from the AGSExpressionPopupElement::popupExpression.
Properties | |
| NSError * | error |
| AGSPopupExpression * | popupExpression |
| id | result |
|
readnonatomicstrong |
Error information about the evaluation of AGSPopupExpressionEvaluation::popupExpression.
|
readnonatomicstrong |
One of the Arcade expressions defined on popup at AGSPopupDefinition::expressions or at AGSExpressionPopupElement::popupExpression.
|
readnonatomicstrong |
The result of an evaluation of AGSPopupExpressionEvaluation::popupExpression. The type of result object is NSString, NSNumber, or NSDictionary based on the AGSPopupExpression::returnType.
The NSDictionary return type is only supported for popup expressions coming from an AGSExpressionPopupElement. In this case, the dictionary must follow the Web Map Specification for a popupElement. Refer to Popup Element for more details.