ArcGIS Runtime SDK for iOS
100.15
|
Information about a single media in a popup.
Instances of this class represents media that is displayed in a popup for a geo-element.
Class Methods | |
(instancetype) | + popupMedia |
Properties | |
NSString * | caption |
NSString * | title |
AGSPopupMediaType | type |
AGSPopupMediaValue * | value |
+ (instancetype) popupMedia |
|
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.
|
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.
|
readwritenonatomicassign |
The type of media.
|
readwritenonatomicstrong |
The value for the media.