sdk-maps / com.tomtom.online.sdk.map.style.expression.value / StringValue

StringValue

@Beta(2020, 12) class StringValue : Value

Wrapper for String value for style expressions.

Functions

create

static fun create(value: String): StringValue!

Creates StringValue object wrapping String object.

Inherited Functions

dispose

open fun dispose(): Unit

finalize

open fun finalize(): Unit

getNativeHandle

open fun getNativeHandle(): Long