ResourceOptions
public extension ResourceOptions
-
Undocumented
Declaration
Swift
convenience init(accessToken: String, baseUrl: String? = nil, cachePath: String? = nil, assetPath: String? = nil, tileStorePath: String? = nil, loadTilePacksFromNetwork: NSNumber? = nil, cacheSize: UInt64 = (1024*1024*10))
-
Undocumented
Declaration
Swift
var cacheSize: UInt64? { get }
-
Undocumented
Declaration
Swift
static func cacheURLIncludingSubdirectory(useSubdirectory: Bool) -> URL?