|
ArcGIS Runtime SDK for iOS
100.15
|
Represents a pop-up element of type fields that is displayed in a pop-up for a geoelement.
AGSPopupElementType, AGSPopupElement
Instance Methods | |
| (instancetype) | - initWithFields: |
Class Methods | |
| (instancetype) | + fieldsPopupElementWithFields: |
Properties | |
| NSString * | elementDescription |
| NSArray< AGSPopupField * > * | fields |
| NSString * | title |
| + (instancetype) fieldsPopupElementWithFields: | (NSArray< AGSPopupField * > *) | fields |
Creates a new fields pop-up element with the given array of AGSPopupField objects.
| fields | An array of AGSPopupField objects defining how each field participates in the pop-up window. |
| - (instancetype) initWithFields: | (NSArray< AGSPopupField * > *) | fields |
Creates a new fields pop-up element with the given array of AGSPopupField objects.
| fields | An array of AGSPopupField objects defining how each field participates in the pop-up window. |
|
readwritenonatomiccopy |
A string value describing the element in detail.
|
readnonatomiccopy |
An array of AGSPopupField objects defining how each field participates in the pop-up window.
|
readwritenonatomiccopy |
A string value indicating what the element represents.