MediaPopupElement

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

Since

200.1.0

See also

PopupElementType

Constructors

Link copied to clipboard
constructor(media: Iterable<PopupMedia> = listOf())

Creates a new media pop-up element with the given ListImpl of PopupMedia.

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 PopupMedia objects that define images and charts displayed in the pop-up window.

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.