ThemeValue

data class ThemeValue(val value: Value)

Define the Theme style import config for MapboxStandardStyle.

Parameters

value

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

Constructors

Link copied to clipboard
fun ThemeValue(value: String)

Construct the ThemeValue with String.

Link copied to clipboard
fun ThemeValue(expression: Expression)

Construct the ThemeValue with Mapbox Expression.

Link copied to clipboard
fun ThemeValue(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard

Get the name of the ThemeValue as String, or null if it's not a constant(e.g. an expression).

Link copied to clipboard