maxZoom

abstract fun maxZoom(maxZoom: Double): Layer

Set the maxzoom property

Parameters

maxZoom

value of maxzoom

abstract val maxZoom: Double?

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24