MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPDataSetCache Class Reference

#include <MPDataSetCache.h>

Inheritance diagram for MPDataSetCache:

Properties

NSString * dataSetId
 
NSString * name
 
MPDataSetCachingStrategy cachingStrategy
 
MPDataSetCacheItemcacheItem
 
BOOL isSyncing
 
BOOL haveBundledData
 

Detailed Description

Data set cache class.

Property Documentation

◆ cacheItem

- (MPDataSetCacheItem*) cacheItem
readnonatomicstrong

Cache item for caching the full data set.

◆ cachingStrategy

- (MPDataSetCachingStrategy) cachingStrategy
readnonatomicassign

Caching strategy for the data set.

◆ dataSetId

- (NSString*) dataSetId
readnonatomicstrong

Data set id.

◆ haveBundledData

- (BOOL) haveBundledData
readnonatomicassign

YES if this dataset has data bundled inside the application, else NO.

◆ isSyncing

- (BOOL) isSyncing
readnonatomicassign

◆ name

- (NSString*) name
readnonatomicstrong

Dataset name.