LineLayerPaint

data class LineLayerPaint(var opacity: Float = 1.0f, var stroke: StrokePaint) : VectorLayerPaint

Constructors

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

Properties

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