EncodingValue

data class EncodingValue(val value: Value) : HoldsValue

The encoding used by this source. Mapbox Terrain RGB is used by default Default value: "mapbox".

Parameters

value

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

Constructors

Link copied to clipboard
fun EncodingValue(expression: Expression)

Construct the EncodingValue with Mapbox Expression.

Link copied to clipboard
fun EncodingValue(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