RegionDownloaderDelegate
@objc
public protocol RegionDownloaderDelegate
Delegate protocol of RegionDownloader.
Implement this protocol whenever you use RegionDownloader it drovides feedback while donwloading a
region (f.i, downloaded %) and callsback the delegate once the download finished.
-
Did download the percentage.
Declaration
Swift
@objc func regionDownloader(_ regionDownloader: RegionDownloader, didDownloadPercentage percentage: Double) -
Did Finish Download all tiles.
Declaration
Swift
func regionDownloader(_ regionDownloader: RegionDownloader, didFinishDownload tilesDownloaded: TileNumber)
View on GitHub
RegionDownloaderDelegate Protocol Reference