ArcGIS Runtime SDK for iOS
100.15
|
Represents a pop-up element of type media that is displayed in a pop-up for a geoelement.
AGSPopupElementType
, AGSPopupElement
Instance Methods | |
(instancetype) | - initWithMedia: |
Class Methods | |
(instancetype) | + mediaPopupElementWithMedia: |
Properties | |
NSString * | elementDescription |
NSArray< AGSPopupMedia * > * | media |
NSString * | title |
- (instancetype) initWithMedia: | (NSArray< AGSPopupMedia * > *) | media |
Creates a new media pop-up element with the given array of AGSPopupMedia
objects.
media | An array of AGSPopupMedia objects that define images and charts displayed in the pop-up window. |
+ (instancetype) mediaPopupElementWithMedia: | (NSArray< AGSPopupMedia * > *) | media |
Creates a new media pop-up element with the given array of AGSPopupMedia
objects.
media | An array of AGSPopupMedia objects that define images and charts displayed in the pop-up window. |
|
readwritenonatomiccopy |
A string value describing the element in detail.
|
readnonatomiccopy |
An array of AGSPopupMedia
objects that define images and charts displayed in the pop-up window.
|
readwritenonatomiccopy |
A string value indicating what the element represents.