Fields Popup Element
Represents a pop-up element of type fields that is displayed in a pop-up for a geoelement.
Since
200.1.0
See also
Constructors
Creates a new fields pop-up element with the given ListImpl of PopupField.
Properties
A string value describing the element in detail. Can be an empty string.
A MutableListImpl of PopupField objects defining how each field participates in the pop-up window.
The formatted values for the fields defined in FieldsPopupElement.fields. This property is populated when Popup.evaluateExpressions() is called. Dates and times are returned in the local timezone.
The user-friendly display names for the fields defined in FieldsPopupElement.fields. This property is populated when Popup.evaluateExpressions() is called. If PopupElement.isEvaluated is false, this property will return an empty collection.
Inherited properties
A value indicating whether the popup element is contained in the Popup.evaluatedElements.