iconTranslate

open override fun iconTranslate(iconTranslate: List<Double>): SymbolLayer

Distance that the icon's anchor is moved from its original placement. Positive values indicate right and down, while negative values indicate left and up.

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

Parameters

iconTranslate

value of iconTranslate


open override fun iconTranslate(iconTranslate: Expression): SymbolLayer

Distance that the icon's anchor is moved from its original placement. Positive values indicate right and down, while negative values indicate left and up.

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

Parameters

iconTranslate

value of iconTranslate as Expression


Distance that the icon's anchor is moved from its original placement. Positive values indicate right and down, while negative values indicate left and up.