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

Description

Metadata about an offline map.

Instances of this class represent metadata about a map that should be persisted when it is taken offline.

Since
100.1
Inheritance diagram for AGSOfflineMapItemInfo:
AGSObject

Class Methods

(instancetype) + offlineMapItemInfo
 

Properties

NSString * accessInformation
 
NSString * itemDescription
 
NSString * snippet
 
NSArray< NSString * > * tags
 
NSString * termsOfUse
 
AGSImagethumbnail
 
NSString * title
 

Method Documentation

◆ offlineMapItemInfo

+ (instancetype) offlineMapItemInfo

Property Documentation

◆ accessInformation

- (NSString*) accessInformation
readwritenonatomiccopy

The access information about the item.

Since
100.1

◆ itemDescription

- (NSString*) itemDescription
readwritenonatomiccopy

The description of the item.

Since
100.1

◆ snippet

- (NSString*) snippet
readwritenonatomiccopy

Snippet or summary of the item with a character limit of 250 characters.

Since
100.1

◆ tags

- (NSArray<NSString *>*) tags
readwritenonatomiccopy

Words or short phrases that describe the item.

Since
100.1

◆ termsOfUse

- (NSString*) termsOfUse
readwritenonatomiccopy

The terms of use of the item. This property can contain HTML formatting.

Since
100.4

◆ thumbnail

- (AGSImage*) thumbnail
readwritenonatomicstrong

The thumbnail image of the item.

Since
100.1

◆ title

- (NSString*) title
readwritenonatomiccopy

Title of the item.

Since
100.1