ModelSourceModelsValue

data class ModelSourceModelsValue(val value: Value) : HoldsValue

Defines properties of 3D models in collection. Each entry maps a model ID to its ModelSourceModel configuration, which includes the model URI, position, orientation, and optional material and node overrides. Used with com.mapbox.maps.extension.compose.style.sources.generated.ModelSourceState.

Parameters

value

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

Constructors

Link copied to clipboard

Construct the ModelSourceModelsValue with HashMap. The map keys are model IDs used to reference models in feature state or layer properties.

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard

True if the this value is not INITIAL

Properties

Link copied to clipboard
open override val value: Value