iconKeepUpright

open override fun iconKeepUpright(iconKeepUpright: Boolean): SymbolLayer

If true, the icon may be flipped to prevent it from being rendered upside-down.

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

Parameters

iconKeepUpright

value of iconKeepUpright

open override fun iconKeepUpright(iconKeepUpright: Expression): SymbolLayer

If true, the icon may be flipped to prevent it from being rendered upside-down.

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

Parameters

iconKeepUpright

value of iconKeepUpright as Expression

val iconKeepUpright: Boolean?

If true, the icon may be flipped to prevent it from being rendered upside-down.