TextField

Value to use for a text label. If a plain string is provided, it will be treated as a formatted with default/inherited formatting options. SDF images are not supported in formatted text and will be ignored.

Parameters

value

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

Constructors

Link copied to clipboard
fun TextField(value: String)

Construct the TextField with String.

Link copied to clipboard
fun TextField(expression: Expression)

Construct the TextField with Mapbox Expression.

Link copied to clipboard
fun TextField(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard