FillLayerDescriptor

data class FillLayerDescriptor(var id: String, var source: String, var sourceLayer: String? = null, var paint: FillLayerPaint = FillLayerPaint( fill = FillPaint(), stroke = StrokePaint() ), var filter: Expression? = null) : VectorLayerDescriptor<FillLayerPaint>

Constructors

Link copied to clipboard
constructor(id: String, source: String, sourceLayer: String? = null, paint: FillLayerPaint = FillLayerPaint( fill = FillPaint(), stroke = StrokePaint() ), filter: Expression? = null)

Properties

Link copied to clipboard
open override var filter: Expression?
Link copied to clipboard
open override var id: String
Link copied to clipboard
open override var paint: FillLayerPaint
Link copied to clipboard
open override var source: String
Link copied to clipboard
open override var sourceLayer: String?
Link copied to clipboard
open override val type: LayerType