ModelId

data class ModelId(val value: Value)

Model to render.

Parameters

value

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

Constructors

Link copied to clipboard
fun ModelId(value: String)

Construct the ModelId with String.

Link copied to clipboard
fun ModelId(expression: Expression)

Construct the ModelId with Mapbox Expression.

Link copied to clipboard
fun ModelId(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard