ArcGIS Runtime SDK for iOS
100.15
|
Represents a pop-up element of type text that is displayed in a pop-up for a geoelement.
AGSPopupElementType
, AGSPopupElement
Instance Methods | |
(instancetype) | - initWithText: |
Class Methods | |
(instancetype) | + textPopupElementWithText: |
Properties | |
NSString * | text |
- (instancetype) initWithText: | (NSString *) | text |
Creates a new text pop-up element with the given text.
text | This 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. |
+ (instancetype) textPopupElementWithText: | (NSString *) | text |
Creates a new text pop-up element with the given text.
text | This 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. |
|
readwritenonatomiccopy |
The text to display in the pop-up.