ExceedsMaximumTileCount

data class ExceedsMaximumTileCount(val limit: Int, val requested: Int) : MTOfflineError

The requested offline region exceeds the maximum allowed tile count or size.

Constructors

constructor(limit: Int, requested: Int)

Properties

open val cause: Throwable?
val limit: Int
open override val message: String