Media Popup Element
A pop-up element that displays the media (images and charts) of a GeoElement in a pop-up. The order in which images or charts are displayed in the pop-up is determined by the order of the PopupMedia objects in the MediaPopupElement.media collection. If you want to display a chart, you must create an image of the chart by calling PopupMedia.generateChart. Use the ChartImageParameters to specify the height and width of the ChartImage and whether it includes a legend.
Note that videos are only supported as attachments and can be viewed with AttachmentsPopupElement.
Since
200.1.0
Constructors
Creates a new media pop-up element with the given List of PopupMedia.
Properties
A string value describing the element in detail. The value can be an empty string.
A MutableList of PopupMedia objects that define images and charts displayed in the pop-up window.
Inherited properties
True if the pop-up element is contained in the Popup.evaluatedElements, false otherwise.