ModelElevationReferenceValue

data class ModelElevationReferenceValue(val value: Value) : HoldsValue

Selects the base of the model. Some modes might require precomputed elevation data in the tileset. When using vector tiled source as the model layer source and hd-road-markup elevation reference, this property acts as layout property and elevation is evaluated only in tile loading time. Default value: "ground".

Parameters

value

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

Constructors

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