modelAllowDensityReduction

abstract fun modelAllowDensityReduction(modelAllowDensityReduction: Boolean = true): ModelLayer

If true, the models will be reduced in density based on the zoom level. This is useful for large datasets that may be slow to render. Default value: true.

Parameters

modelAllowDensityReduction

value of modelAllowDensityReduction


abstract fun modelAllowDensityReduction(modelAllowDensityReduction: Expression): ModelLayer

If true, the models will be reduced in density based on the zoom level. This is useful for large datasets that may be slow to render. Default value: true.

Parameters

modelAllowDensityReduction

value of modelAllowDensityReduction as Expression