ArcGIS Runtime SDK for iOS
100.15
|
Represents a pop-up element of type attachments that is displayed in a pop-up for a geoelement.
AGSPopupElementType
, AGSPopupElement
Instance Methods | |
(instancetype) | - initWithDisplayType: |
Class Methods | |
(instancetype) | + attachmentsPopupElementWithDisplayType: |
Properties | |
AGSPopupAttachmentsDisplayType | displayType |
NSString * | elementDescription |
NSString * | title |
+ (instancetype) attachmentsPopupElementWithDisplayType: | (AGSPopupAttachmentsDisplayType) | displayType |
Creates a new attachments pop-up element with the given AGSPopupAttachmentsDisplayType
.
displayType | Indicates how to display the attachments. |
- (instancetype) initWithDisplayType: | (AGSPopupAttachmentsDisplayType) | displayType |
Creates a new attachments pop-up element with the given AGSPopupAttachmentsDisplayType
.
displayType | Indicates how to display the attachments. |
|
readwritenonatomicassign |
Indicates how to display the attachments. If AGSPopupAttachmentsDisplayTypeList
is specified, attachments show as links. If AGSPopupAttachmentsDisplayTypePreview
is specified, attachments expand to the width of the pop-up. Setting the value to AGSPopupAttachmentsDisplayTypeAuto
allows applications to choose the most suitable default experience for their application.
|
readwritenonatomiccopy |
A string value describing the element in detail.
|
readwritenonatomiccopy |
A string value indicating what the element represents.