symbolZElevate

open override fun symbolZElevate(symbolZElevate: Boolean): SymbolLayer

Position symbol on buildings (both fill extrusions and models) roof tops. In order to have minimal impact on performance, this is supported only when fill-extrusion-height is not zoom-dependent and not edited after initial bucket creation. For fading in buildings when zooming in, fill-extrusion-vertical-scale should be used and symbols would raise with building roofs. Symbols are sorted by elevation, except in case when viewport-y sorting or symbol-sort-key are applied.

Use static method SymbolLayer.defaultSymbolZElevate to set the default property.

Parameters

symbolZElevate

value of symbolZElevate


open override fun symbolZElevate(symbolZElevate: Expression): SymbolLayer

Position symbol on buildings (both fill extrusions and models) roof tops. In order to have minimal impact on performance, this is supported only when fill-extrusion-height is not zoom-dependent and not edited after initial bucket creation. For fading in buildings when zooming in, fill-extrusion-vertical-scale should be used and symbols would raise with building roofs. Symbols are sorted by elevation, except in case when viewport-y sorting or symbol-sort-key are applied.

Use static method SymbolLayer.defaultSymbolZElevateAsExpression to set the default property.

Parameters

symbolZElevate

value of symbolZElevate as Expression


Position symbol on buildings (both fill extrusions and models) roof tops. In order to have minimal impact on performance, this is supported only when fill-extrusion-height is not zoom-dependent and not edited after initial bucket creation. For fading in buildings when zooming in, fill-extrusion-vertical-scale should be used and symbols would raise with building roofs. Symbols are sorted by elevation, except in case when viewport-y sorting or symbol-sort-key are applied.