ArcGIS Runtime SDK for iOS: AGSPopupMedia Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPopupMedia Class Reference

Description

Information about a single media in a popup.

Instances of this class represents media that is displayed in a popup for a geo-element.

Since
100
Inheritance diagram for AGSPopupMedia:
AGSObject

Class Methods

(instancetype) + popupMedia
 

Properties

NSString * caption
 
NSString * title
 
AGSPopupMediaType type
 
AGSPopupMediaValuevalue
 

Method Documentation

◆ popupMedia

+ (instancetype) popupMedia

Property Documentation

◆ caption

- (NSString*) caption
readwritenonatomiccopy

The caption that is displayed for the media. This can contain a literal value, or a placeholder for value from the geo-element's attribute for which the popup is displayed. The placeholder needs to be of the form {field_name} where field_name is a key in the geo-element's attributes.

Since
100

◆ title

- (NSString*) title
readwritenonatomiccopy

The title that is displayed for the media. This can contain a literal value, or a placeholder for value from the geo-element's attribute for which the popup is displayed. The placeholder needs to be of the form {field_name} where field_name is a key in the geo-element's attributes.

Since
100

◆ type

- (AGSPopupMediaType) type
readwritenonatomicassign

The type of media.

Since
100

◆ value

- (AGSPopupMediaValue*) value
readwritenonatomicstrong

The value for the media.

Since
100