ArcGIS Runtime SDK for iOS: <AGSPopupSource> Protocol Reference
ArcGIS Runtime SDK for iOS  100.15
<AGSPopupSource> Protocol Reference

Description

A source for popups.

Instances of this class represent a source of popups that can be displayed by AGSPopupsViewController.

See also
AGSGeoView::identifyPopupsAtScreenPoint:tolerance:completion: to retrieve popups for layers in a map
Since
100
Inheritance diagram for <AGSPopupSource>:
AGSArcGISSublayer AGSFeatureLayer AGSFeatureTable AGSGraphicsOverlay AGSRasterLayer AGSArcGISMapImageSublayer AGSArcGISTiledSublayer AGSSubtypeSublayer AGSSubtypeFeatureLayer AGSArcGISFeatureTable AGSFeatureCollectionTable AGSGeoPackageFeatureTable AGSOGCFeatureCollectionTable AGSShapefileFeatureTable AGSWFSFeatureTable

Properties

AGSPopupDefinitionpopupDefinition
 
BOOL popupEnabled
 

Property Documentation

◆ popupDefinition

- (AGSPopupDefinition*) popupDefinition
readwritenonatomicstrong

The AGSPopupDefinition associated with the popup source. This property will be nil if an error occurs or if the popup source is not associated with a popup definition.

Since
100

◆ popupEnabled

- (BOOL) popupEnabled
readwriterequirednonatomicassign

Indicates whether popups are enabled on this source.

Since
100