modelAllowDensityReduction

open override fun modelAllowDensityReduction(modelAllowDensityReduction: Boolean): 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.

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

Parameters

modelAllowDensityReduction

value of modelAllowDensityReduction


open override 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.

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

Parameters

modelAllowDensityReduction

value of modelAllowDensityReduction as Expression


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.