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

Description

Represents a pop-up element of type media that is displayed in a pop-up for a geoelement.

See also
AGSPopupElementType, AGSPopupElement
Since
100.14
Inheritance diagram for AGSMediaPopupElement:
AGSPopupElement AGSObject

Instance Methods

(instancetype) - initWithMedia:
 

Class Methods

(instancetype) + mediaPopupElementWithMedia:
 

Properties

NSString * elementDescription
 
NSArray< AGSPopupMedia * > * media
 
NSString * title
 

Method Documentation

◆ initWithMedia:

- (instancetype) initWithMedia: (NSArray< AGSPopupMedia * > *)  media

Creates a new media pop-up element with the given array of AGSPopupMedia objects.

Parameters
mediaAn array of AGSPopupMedia objects that define images and charts displayed in the pop-up window.
Since
100.14

◆ mediaPopupElementWithMedia:

+ (instancetype) mediaPopupElementWithMedia: (NSArray< AGSPopupMedia * > *)  media

Creates a new media pop-up element with the given array of AGSPopupMedia objects.

Parameters
mediaAn array of AGSPopupMedia objects that define images and charts displayed in the pop-up window.
Since
100.14

Property Documentation

◆ elementDescription

- (NSString*) elementDescription
readwritenonatomiccopy

A string value describing the element in detail.

Since
100.14

◆ media

- (NSArray<AGSPopupMedia *>*) media
readnonatomiccopy

An array of AGSPopupMedia objects that define images and charts displayed in the pop-up window.

Since
100.14

◆ title

- (NSString*) title
readwritenonatomiccopy

A string value indicating what the element represents.

Since
100.14