SymbolIconStylePaints

Symbol icon 속성

Constructors

Link copied to clipboard
constructor(iconColor: SymbolIconStylePaints.IconColor = IconColor(), iconHaloBlur: SymbolIconStylePaints.IconHaloBlur = IconHaloBlur(), iconHaloColor: SymbolIconStylePaints.IconHaloColor = IconHaloColor(), iconHaloWidth: SymbolIconStylePaints.IconHaloWidth = IconHaloWidth(), iconOpacity: SymbolIconStylePaints.IconOpacity = IconOpacity(), iconTranslate: SymbolIconStylePaints.IconTranslate = IconTranslate(), iconTranslateAnchor: SymbolIconStylePaints.IconTranslateAnchor = IconTranslateAnchor.MAP)
constructor(vararg options: SymbolIconStylePaint<*>)

Types

Link copied to clipboard
class IconColor(val value: String = "#000000") : DashProperty<String> , SymbolIconStylePaint<String>

icon-color TODO interpolate expressions

Link copied to clipboard
class IconHaloBlur(val value: Int = 0) : DashProperty<Int> , SymbolIconStylePaint<Int>

icon-halo-blur (pixel) TODO interpolate expressions

Link copied to clipboard
class IconHaloColor(val value: String = "#000000") : DashProperty<String> , SymbolIconStylePaint<String>

icon-halo-color TODO interpolate expressions

Link copied to clipboard
class IconHaloWidth(val value: Int = 0) : DashProperty<Int> , SymbolIconStylePaint<Int>

icon-halo-width (pixel) TODO interpolate expressions

Link copied to clipboard
class IconOpacity(val value: Float = 1.0f) : DashProperty<Float> , SymbolIconStylePaint<Float>

icon-opacity TODO interpolate expressions

Link copied to clipboard
class IconTranslate(val value: IntArray = arrayOf(0, 0)) : DashProperty<Array<Int>> , SymbolIconStylePaint<Array<Int>>

icon-translate TODO interpolate expressions

Link copied to clipboard

icon-translate-anchor IconTranslate 값이 사전에 설정된 경우 적용됨