Layer

data class Layer(val name: String, val minZoom: Int, val maxZoom: Int, val fields: List<String>?)

Constructors

Link copied to clipboard
constructor(name: String, minZoom: Int, maxZoom: Int, fields: List<String>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard