allowDownload property

bool allowDownload
getter/setter pair

A flag to indicate if the data for this catalog is allowed to be stored in persistent storage for use with offline maps. The storage path is specified in SDKOptions.persistentMapStoragePath. If set to false, the data is not stored in persistent storage and is only retained in the cache for a limited time (see CatalogConfiguration.cacheExpirationPeriod). Defaults to true.

Implementation

bool allowDownload;