SchemeValue

data class SchemeValue(val value: Value) : HoldsValue

Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed. Default value: "xyz".

Parameters

value

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

Constructors

Link copied to clipboard
fun SchemeValue(expression: Expression)

Construct the SchemeValue with Mapbox Expression.

Link copied to clipboard
fun SchemeValue(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard

True if the this value is not INITIAL

Properties

Link copied to clipboard
open override val value: Value