ArcGIS Runtime SDK for iOS: AGSPopupExpression.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSPopupExpression.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSPopupExpressionReturnType { AGSPopupExpressionReturnTypeString = 0 , AGSPopupExpressionReturnTypeNumber = 1 , AGSPopupExpressionReturnTypeDictionary = 2 }
 

Enumeration Type Documentation

◆ AGSPopupExpressionReturnType

The type of the result returned by an Arcade expression.

Since
100.3
Enumerator
AGSPopupExpressionReturnTypeString 

A string value is returned.

AGSPopupExpressionReturnTypeNumber 

A numeric value is returned.

AGSPopupExpressionReturnTypeDictionary 

The return type is expected to be a dictionary of key/value pairs that must follow the Web Map Specification for a pop-up element.

Since
100.14