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.

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.

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.