PopupSource class abstract interface

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, DynamicEntityLayer, GraphicsOverlay, FeatureTable, and AggregationFeatureReduction.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
isPopupEnabled bool
A flag indicating whether the PopupDefinition defined on the PopupSource is enable / disable.
getter/setter pair
popupDefinition PopupDefinition?
The pop-up definition.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited