MaxZoom

data class MaxZoom(val value: Value)

Maximum zoom level for which tiles are available, as in the TileJSON spec. Data from tiles at the maxzoom are used when displaying the map at higher zoom levels.

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