Namespace Esri.ArcGISRuntime.Mapping.Popups
Classes
AttachmentsPopupElement
A pop-up element that displays the attachments of a GeoElement in a pop-up.
ExpressionPopupElement
A pop-up element that displays content defined by a custom Arcade expression.
FieldsPopupElement
A pop-up element that displays the fields of a GeoElement in a pop-up.
MediaPopupElement
A pop-up element that displays the media (images and charts) of a GeoElement in a pop-up.
Popup
Represents a popup as a pair (GeoElement, PopupDefinition). This connects a Graphic or a Feature to the PopupDefinition defined by its containing layer.
PopupAttachment
Represents an attachment belonging to a popup. Wraps the Attachment object and adds additional properties and methods to support displaying attachments in a popup.
PopupDefinition
Defines the appearance and format of popups. Also includes which fields to display.
PopupElement
A pop-up element displays information about a GeoElement in a pop-up.
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 popup.
PopupFieldFormat
Represents the formatting of a field when displayed. Applies only to fields of type date or number (float, double, integer).
PopupMedia
Represents an image or a chart that is displayed in a pop-up for a GeoElement.
PopupMediaValue
Represents contents of an individual media element in a popup.
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 display.
RelationshipPopupElement
Represents a pop-up element of type relationship that is displayed in a pop-up for a GeoElement.
TextPopupElement
A pop-up element that displays plain text, fields, and some of the HTML tags of a GeoElement in a pop-up.
UnsupportedPopupElement
Represents a pop-up element that is not yet supported by this API.
UtilityAssociationsPopupElement
A utility network associations pop-up element that is displayed in a pop-up for a geoelement.
Interfaces
IPopupSource
An interface for classes such as ArcGISSublayer, FeatureLayer, RasterLayer, and GraphicsOverlay that support popup and have PopupDefinition.
Enums
AttachmentsPopupElementMediaType
Type of media in an attachments pop-up element.
PopupAttachmentEditState
The add/delete state of the popup attachment
PopupAttachmentType
The type of attachment
PopupAttachmentsDisplayType
Indicates how to display the attachments.
PopupDateFormat
Format that controls how a date field is displayed in a popup.
PopupExpressionReturnType
The type of the result returned by an Arcade expression.
PopupMediaType
Type of media in a popup.
PopupStringFieldOption
Type of input box presented when editing the field in a popup.