Tile Pyramid
data class TilePyramid(val styleUrl: String, val bounds: BoundingBox, val minZoom: Int = 0, val maxZoom: Int? = null) : OfflinePackDefinition(source)
An offline region defined by a style URL, geographic coordinate bounds, and range of zoom levels.
To minimize the resources required by an irregularly shaped offline region, use Shape instead.