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. Default value: 0,0.

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. Default value: 0,0.

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

Parameters

iconTranslate

value of iconTranslate as Expression


val iconTranslate: List<Double>?

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. Default value: 0,0.