ModelTypeValue

@Immutable
data class ModelTypeValue(val value: Value) : HoldsValue

Defines rendering behavior of model in respect to other 3D scene objects. Default value: "common-3d".

Parameters

value

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

Constructors

Link copied to clipboard
fun ModelTypeValue(expression: Expression)

Construct the ModelTypeValue with Mapbox Expression.

Link copied to clipboard
fun ModelTypeValue(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
open override fun isNotInitial(): Boolean

True if the this value is not INITIAL

Properties

Link copied to clipboard
open override val value: Value