Package com.arcgismaps.mapping.popup

Types

Link copied to clipboard
class AttachmentsPopupElement : PopupElement

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

Link copied to clipboard
class ExpressionPopupElement : PopupElement

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

Link copied to clipboard
class FieldsPopupElement : PopupElement

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

Link copied to clipboard
class MediaPopupElement : PopupElement

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
sealed class PopupAttachmentsDisplayType

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 PopupDateFormat

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

Link copied to clipboard
class PopupDefinition

Represents the look and feel of pop-ups.

Link copied to clipboard
sealed class PopupElement : JsonSerializable

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

Link copied to clipboard
class PopupExpression

Defines an Arcade expression within a pop-up.

Link copied to clipboard
class PopupExpressionEvaluation

The result of an attempt to evaluate a popup expression. The popup expression can come from the PopupDefinition.getExpressions() or from the ExpressionPopupElement.getPopupExpression()

Link copied to clipboard
sealed class PopupExpressionReturnType

The type of the result returned by an Arcade expression.

Link copied to clipboard
class PopupField

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

Link copied to clipboard
class PopupFieldFormat

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
class PopupMedia

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
class PopupMediaValue

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

Link copied to clipboard
class PopupRelatedFeaturesDefinition

Contains information about displaying related features in a popup.

Link copied to clipboard
class PopupRelatedFeaturesSortOrder

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 and GraphicsOverlay.

Link copied to clipboard
sealed class PopupStringFieldOption

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
class TextPopupElement : PopupElement

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