FormattedValue

data class FormattedValue : HoldsValue

Defines the the Formatted type for Mapbox style. See Formatted.

Parameters

value

the Formatted expression wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard

Construct the FormattedValue with String.

Link copied to clipboard
fun FormattedValue(expression: Expression)

Construct the FormattedValue with Mapbox Expression.

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

The String represented by value or null if the stored Value is not a String.

Link copied to clipboard
open override val value: Value