FieldsPopupElement

Represents a pop-up element of type fields that is displayed in a pop-up for a geoelement.

Since

200.1.0

See also

PopupElementType

Constructors

Link copied to clipboard
constructor(fields: Iterable<PopupField> = listOf())

Creates a new fields pop-up element with the given ListImpl of PopupField.

Properties

Link copied to clipboard

A string value describing the element in detail. Can be an empty string.

Link copied to clipboard

A MutableListImpl of PopupField objects defining how each field participates in the pop-up window.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

A string value indicating what the element represents. Can be an empty string.

Inherited properties

Link copied to clipboard

A value indicating whether the popup element is contained in the Popup.evaluatedElements.

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.