FormattedValue

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.

Properties

Link copied to clipboard

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

Link copied to clipboard