Enums.PopupExpressionReturnType enumeration
PopupExpressionReturnType can be one of:
Constant | Description |
---|---|
Enums.PopupExpressionReturnTypeString | (0) A string value is returned. |
Enums.PopupExpressionReturnTypeNumber | (1) A numeric value is returned. |
Enums.PopupExpressionReturnTypeDictionary | (2) The return type is expected to be a dictionary of key/value pairs that must follow the Web Map Specification for a popupElement. Refer to Popup Element for more details. |