modelScale

open override fun modelScale(modelScale: List<Double>): ModelLayer

The scale of the model. Expressions that are zoom-dependent are not supported if using GeoJSON or vector tile as the model layer source. Default value: 1,1,1.

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

Parameters

modelScale

value of modelScale


open override fun modelScale(modelScale: Expression): ModelLayer

The scale of the model. Expressions that are zoom-dependent are not supported if using GeoJSON or vector tile as the model layer source. Default value: 1,1,1.

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

Parameters

modelScale

value of modelScale as Expression


The scale of the model. Expressions that are zoom-dependent are not supported if using GeoJSON or vector tile as the model layer source. Default value: 1,1,1.