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

Description

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

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

Instance Methods

(instancetype) - initWithText:
 

Class Methods

(instancetype) + textPopupElementWithText:
 

Properties

NSString * text
 

Method Documentation

◆ initWithText:

- (instancetype) initWithText: (NSString *)  text

Creates a new text pop-up element with the given text.

Parameters
textThis is string value indicating the text to be displayed within the pop-up element. If no text property is provided, the popup element will display whatever is specified in the AGSPopupDefinition::customDescription property.
Since
100.14

◆ textPopupElementWithText:

+ (instancetype) textPopupElementWithText: (NSString *)  text

Creates a new text pop-up element with the given text.

Parameters
textThis is string value indicating the text to be displayed within the pop-up element. If no text property is provided, the popup element will display whatever is specified in the AGSPopupDefinition::customDescription property.
Since
100.14

Property Documentation

◆ text

- (NSString*) text
readwritenonatomiccopy

The text to display in the pop-up.

Since
100.14