SymbolLayerPaint

data class SymbolLayerPaint(var opacity: Float = 1.0f, var fill: FillPaint? = null, var stroke: StrokePaint? = null, var icon: IconPaint = IconPaint(), var text: List<TextPaint> = emptyList()) : VectorLayerPaint

Constructors

Link copied to clipboard
constructor(opacity: Float = 1.0f, fill: FillPaint? = null, stroke: StrokePaint? = null, icon: IconPaint = IconPaint(), text: List<TextPaint> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var opacity: Float
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun asStyleJSON(id: String, source: String, sourceLayer: String?): StyleJSON