TileLimitExceeded

data class TileLimitExceeded(val limit: Long) : DownloadProgress(source)

The download has exceeded the maximum number of allowed offline tiles. See OfflineManager.setTileCountLimit.

Constructors

Link copied to clipboard
constructor(limit: Long)

Properties

Link copied to clipboard
val limit: Long