Protocols
The following protocols are available globally.
-
This protocol shall be implemented by any cache used in MapCache.
See moreSee also
Main Readme pageDeclaration
Swift
public protocol MapCacheProtocol -
Delegate protocol of
See moreRegionDownloader. Implement this protocol whenever you useRegionDownloaderit drovides feedback while donwloading a region (f.i, downloaded %) and callsback the delegate once the download finished.Declaration
Swift
@objc public protocol RegionDownloaderDelegate
View on GitHub
Protocols Reference