Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard

Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
class Popup

Represents a pop-up which is basically a pair (GeoElement, PopupDefinition).

Link copied to clipboard

Represents an attachment belonging to a popup. Wraps the Attachment object and add additional properties and method to support displaying attachments in a popup.

Link copied to clipboard

Indicates how to display the attachments. If list is specified, attachments show as links. If preview is specified, attachments expand to the width of the pop-up. Setting the value to auto allows applications to choose the most suitable default experience for their application.

Link copied to clipboard
sealed class PopupAttachmentType

The type of attachments in a PopupAttachmentManager.

Link copied to clipboard
sealed class PopupDateFormat

Format of a date field in a pop-up. Controls how a date field is displayed a pop-up.

Link copied to clipboard

Represents the look and feel of pop-ups.

Link copied to clipboard

Represents an element that is displayed in a pop-up for a geoelement.

Link copied to clipboard

Defines an Arcade expression within a pop-up.

Link copied to clipboard

The result of an attempt to evaluate a popup expression. The popup expression can come from the PopupDefinition.expressions or from the ExpressionPopupElement.popupExpression.

Link copied to clipboard

The type of the result returned by an Arcade expression.

Link copied to clipboard

Represents how a geoelement's attribute (field) should be displayed in a pop-up.

Link copied to clipboard

Represents the formatting of a field when used in the application. Applies only to fields of type date or number (float, double, integer).

Link copied to clipboard

Represents the media that is displayed in a pop-up for a geo-element.

Link copied to clipboard
sealed class PopupMediaType

Type of media in a pop-up. Controls the type of media inside a pop-up.

Link copied to clipboard

Represents the popup media values that are depending on the type of media.

Link copied to clipboard

Contains information about displaying related features in a popup.

Link copied to clipboard

Defines the order in which related features of a particular relationship are sorted for displaying in a popup.

Link copied to clipboard
interface PopupSource

An interface to type any classes such as ArcGISSublayer and FeatureLayer that support popup and have PopupDefinition. This interface is implemented by FeatureLayer, RasterLayer, ArcGISSublayer, GraphicsOverlay and AggregationFeatureReduction.

Link copied to clipboard

Type of input box editors see when editing the field in a pop-up. Controls the type of input box editors inside a pop-up.

Link copied to clipboard

Represents a pop-up element of type relationship that is displayed in a pop-up for a geoelement. A typical UI implementation displays a preview of RelationshipPopupElement.displayCount related records with a possibility to show more records and more detailed info by record.

Link copied to clipboard

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

Link copied to clipboard

A pop-up element that is not yet supported by this API. User can get pop-up element properties from JsonSerializable.unsupportedJson.