Namespace Esri.ArcGISRuntime.Mapping.Popups
Classes
AttachmentsPopupElement
A pop-up element that displays the attachments of a GeoElement in a pop-up.
ContingencyValidationAggregateException
Represents one or more errors that occur when contingency validation fails for a collection of FieldGroup objects.
ContingencyValidationException
Represents errors that occur when contingency validation fails for a FieldGroup.
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.
InvalidCodedValueException
An exception thrown when a coded value cannot be found within a coded value domain (CVD).
InvalidGeoElementStateException
Exception thrown by FinishEditingAsync() if the GeoElement was in an invalid state when trying to save the edits.
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
Attachment helper class used in conjunction with the PopupAttachmentManager.
PopupAttachmentManager
Attachment helper class used in conjunction with the PopupManager.
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).
PopupFieldValue
Contains the value of an attribute field in a popup.
PopupManager
Instances of this class represent a popup manager that contains the necessary business logic for displaying and editing popup information for geo-elements. This class is useful, for instance, if you want to create your own View for displaying a Popup.
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
PopupAttachmentEditState
The add/delete state of the popup attachment
PopupAttachmentsDisplayType
Indicates how to display the attachments.
PopupAttachmentType
The type of attachment
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.