FillLayerPaint

data class FillLayerPaint(var opacity: Float = 1.0f, var fill: FillPaint, var stroke: StrokePaint? = null) : VectorLayerPaint

Constructors

Link copied to clipboard
constructor(opacity: Float = 1.0f, fill: FillPaint, stroke: StrokePaint? = null)

Properties

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

Functions

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