RegionDownloaderDelegate
@objc
public protocol RegionDownloaderDelegate : AnyObject
Delegate protocol of RegionDownloader
-
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)