MTStyleSource

data class MTStyleSource(val id: String, val type: String? = null, val url: String? = null, val tiles: List<String>? = null, val minZoom: Int? = null, val maxZoom: Int? = null)

Represents a tile source extracted from a style JSON.

Constructors

constructor(id: String, type: String? = null, url: String? = null, tiles: List<String>? = null, minZoom: Int? = null, maxZoom: Int? = null)

Properties

val id: String
val maxZoom: Int? = null
val minZoom: Int? = null
val tiles: List<String>? = null
val type: String? = null
val url: String? = null