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

Description

Contents of a media element in a popup.

Instances of this class represents contents of an individual media element in a popup.

Since
100
Inheritance diagram for AGSPopupMediaValue:
AGSObject

Class Methods

(instancetype) + popupMediaValue
 

Properties

NSArray< NSString * > * fieldNames
 
NSString * link
 
NSString * normalizeFieldName
 
NSString * source
 
NSString * tooltipFieldName
 

Method Documentation

◆ popupMediaValue

+ (instancetype) popupMediaValue

Property Documentation

◆ fieldNames

- (NSArray<NSString*>*) fieldNames
readwritenonatomiccopy

The geo-element's fields (attributes) whose values should be displayed in the chart. Only applicable if media is a chart.

Since
100

◆ link

- (NSString*) link
readwritenonatomiccopy

The URL or URL template that defines which web address the image links to. Only applicable is media is an image.

Since
100

◆ normalizeFieldName

- (NSString*) normalizeFieldName
readwritenonatomiccopy

The geo-element's field (attribute) whose value should be used to normalize values of #fields. Only applicable if media is a chart.

Since
100

◆ source

- (NSString*) source
readwritenonatomiccopy

The URL or URL template that defines which web address the image is available on. Only applicable is media is an image.

Since
100

◆ tooltipFieldName

- (NSString*) tooltipFieldName
readwritenonatomiccopy

The geo-lement's field (attribute) whose value should be used to display a tooltip for sections of the chart. Only applicable if media is a chart.

Since
100