Symbol Layer Descriptor
constructor(id: String, source: String, sourceLayer: String? = null, paint: SymbolLayerPaint = SymbolLayerPaint(
icon = IconPaint(),
text = emptyList()
), filter: Expression? = null)