minZoom

abstract fun minZoom(minZoom: Double): Layer

Set the minzoom property

Parameters

minZoom

value of minzoom

abstract val minZoom: Double?

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24