modelElevationReference

open override fun modelElevationReference(modelElevationReference: ModelElevationReference): ModelLayer

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".

Use static method ModelLayer.defaultModelElevationReference to set the default property.

Parameters

modelElevationReference

value of modelElevationReference


open override fun modelElevationReference(modelElevationReference: Expression): ModelLayer

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".

Use static method ModelLayer.defaultModelElevationReferenceAsExpression to set the default property.

Parameters

modelElevationReference

value of modelElevationReference as Expression


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".