MinZoom

data class MinZoom(val value: Value)

Minimum zoom level for which tiles are available, as in the TileJSON spec.

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