SymbolStyleLayouts

class SymbolStyleLayouts(val iconStyleLayouts: SymbolIconStyleLayouts = SymbolIconStyleLayouts(), val textStyleLayouts: SymbolTextStyleLayouts = SymbolTextStyleLayouts(), options: SymbolStyleLayout<*>)

Symbol layout 속성

Parameters

iconStyleLayouts
textStyleLayouts

Constructors

Link copied to clipboard
constructor(iconStyleLayouts: SymbolIconStyleLayouts = SymbolIconStyleLayouts(), textStyleLayouts: SymbolTextStyleLayouts = SymbolTextStyleLayouts(), vararg options: SymbolStyleLayout<*>)

Types

Link copied to clipboard
class SymbolAvoidEdges(val value: Boolean = false) : DashProperty<Boolean> , SymbolStyleLayout<Boolean>

symbol-avoid-edges

Link copied to clipboard
class SymbolSortKey(val value: Double = 0.0) : DashProperty<Double> , SymbolStyleLayout<Double>

symbol-sort-key

Link copied to clipboard
class SymbolSpacing(val value: Int = 250) : DashProperty<Int> , SymbolStyleLayout<Int>

symbol-spacing TODO interpolate expressions

Link copied to clipboard