Package com.esri.arcgisruntime.mapping.popup
Contains types that visually represent the attributes of a GeoElement in a map, allowing them to be easily displayed to
users. Also provides a way to allow users to edit the attribute values displayed.
- Since:
- 100.0.0
-
Interface Summary Interface Description PopupSource An interface to classes that support pop-up and have a PopupDefinition. -
Class Summary Class Description AttachmentsPopupElement Represents a pop-up element of type attachments that displays the attachments associated with a geoelement in a pop-up.ExpressionPopupElement Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.FieldsPopupElement Represents a pop-up element of type fields that defines an array ofPopupField
displayed as a table within a pop-up for a geoelement.MediaPopupElement Represents a pop-up element of type media that defines an individual or array of chart and/or image to display in a pop-up for a geoelement.Popup Represents the combination of aPopupDefinition
and aGeoElement
, which allows a visual representation of the GeoElement's attributes as well as the ability to edit them.PopupDefinition A pop-up definition for aGeoElement
.PopupElement Represents an element that is displayed in a pop-up for a geoelement.PopupExpression Defines an Arcade expression within a pop-up.PopupExpressionEvaluation The result of an attempt to evaluate a popup expression.PopupField Represents how a geoelement's attribute (field) should be displayed in a pop-up.PopupFieldFormat Represents the formatting of a field when used in the application.PopupMedia Represents the media that is displayed in a pop-up for a geo-element.PopupMediaValue Represents the media info values correlating to the type of media.PopupRelatedFeaturesDefinition Contains information about displaying related features in a popup.PopupRelatedFeaturesSortOrder Defines the order in which related features of a particular relationship are sorted for displaying in a popup.TextPopupElement Represents a pop-up element of type text that defines descriptive text as an element to display in a pop-up for a geoelement. -
Enum Summary Enum Description PopupAttachmentsDisplayType The type indicating how to display the attachments.PopupExpression.ReturnType The type of the result returned by an Arcade expression.PopupField.StringFieldOption Type of input box editors see when editing the field in a pop-up.PopupFieldFormat.DateFormat Format of a date field in a pop-up.PopupMedia.Type Type of media in a pop-up.