Package com.mapbox.maps.extension.style.model

Types

ModelExtensionImpl
Link copied to clipboard

Concrete implementation of ModelPlugin, the plugin is used to add a 3D model to be used in the style.

Functions

addModel
Link copied to clipboard
fun StyleInterface.addModel(model: StyleContract.StyleModelExtension)

Extension function to add a model provided by the Style Extension to the Style.

model
Link copied to clipboard
fun model(modelId: String, block: ModelExtensionImpl.Builder.() -> Unit): ModelExtensionImpl

DSL function for ModelExtensionImpl.