PopupSource QML Type

Marker interface inherited by some layers and overlays that will display Popups. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0

Properties

Signals

Detailed Description

A pure virtual interface implemented by all layers and sublayers.

Types that implement PopupSource

ArcGISSublayer

A sublayer of a Layer

FeatureLayer

A layer that can display features from a FeatureTable on a map

FeatureTable

Base type for types that represent a table of features

GraphicsOverlay

A graphics overlay can display graphics on top of a GeoView

RasterLayer

A RasterLayer is used to render data from a Raster onto a Map

Property Documentation

popupDefinition : PopupDefinition

The PopupSource's PopupDefinition.

null if an error occurs or if the pop-up source is not associated with a pop-up definition.


popupEnabled : bool

Whether the Popup is enabled on the PopupSource.


Signal Documentation

popupDefinitionChanged()

Emitted when the popupDefinition property changes.

Note: The corresponding handler is onPopupDefinitionChanged.


popupEnabledChanged()

Emitted when the popupEnabled property changes.

Note: The corresponding handler is onPopupEnabledChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close