StringValue

fun StringValue(value: String)

Create a StringValue that contains string value.

Parameters

value

the StringValue to store


fun StringValue(expression: Expression)

Construct the primitive with Mapbox Expression.


fun StringValue(value: Value)

Parameters

value

a value representing a string.