MaxZoom

data class MaxZoom(val value: Value)

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

Parameters

value

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

Constructors

Link copied to clipboard
fun MaxZoom(value: Long)

Construct the MaxZoom with Long.

Link copied to clipboard
fun MaxZoom(expression: Expression)

Construct the MaxZoom with Mapbox Expression.

Link copied to clipboard
fun MaxZoom(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard