textKeepUpright

open override fun textKeepUpright(textKeepUpright: Boolean): SymbolLayer

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

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

Parameters

textKeepUpright

value of textKeepUpright

open override fun textKeepUpright(textKeepUpright: Expression): SymbolLayer

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

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

Parameters

textKeepUpright

value of textKeepUpright as Expression

val textKeepUpright: Boolean?

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