MinZoom

data class MinZoom(val value: Value)

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

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun MinZoom(value: Long)

Construct the MinZoom with Long.

Link copied to clipboard
fun MinZoom(expression: Expression)

Construct the MinZoom with Mapbox Expression.

Link copied to clipboard
fun MinZoom(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard