ArcGIS Runtime SDK for iOS
100.15
|
Metadata about an offline map.
Instances of this class represent metadata about a map that should be persisted when it is taken offline.
Class Methods | |
(instancetype) | + offlineMapItemInfo |
Properties | |
NSString * | accessInformation |
NSString * | itemDescription |
NSString * | snippet |
NSArray< NSString * > * | tags |
NSString * | termsOfUse |
AGSImage * | thumbnail |
NSString * | title |
+ (instancetype) offlineMapItemInfo |
|
readwritenonatomiccopy |
The access information about the item.
|
readwritenonatomiccopy |
The description of the item.
|
readwritenonatomiccopy |
Snippet or summary of the item with a character limit of 250 characters.
|
readwritenonatomiccopy |
Words or short phrases that describe the item.
|
readwritenonatomiccopy |
The terms of use of the item. This property can contain HTML formatting.
|
readwritenonatomicstrong |
The thumbnail image of the item.
|
readwritenonatomiccopy |
Title of the item.