Buffer

data class Buffer(val value: Value)

Size of the tile buffer on each side. A value of 0 produces no buffer. A value of 512 produces a buffer as wide as the tile itself. Larger values produce fewer rendering artifacts near tile edges and slower performance.

Parameters

value

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

Constructors

Link copied to clipboard
fun Buffer(value: Long)

Construct the Buffer with Long.

Link copied to clipboard
fun Buffer(expression: Expression)

Construct the Buffer with Mapbox Expression.

Link copied to clipboard
fun Buffer(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard