Background Layer Dsl
This Interface contains all the functions that will be exposed to Koltin DSL.
Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.
Functions
The color with which the background will be drawn. Default value: "#000000".
The color with which the background will be drawn. Default value: "#000000".
Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.
Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.
The opacity at which the background will be drawn. Default value: 1. Value range: 0, 1
The opacity at which the background will be drawn. Default value: 1. Value range: 0, 1
Name of image in sprite to use for drawing an image background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels.
The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.
The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.
The slot this layer is assigned to. If specified, and a slot with that name exists, it will be placed at that position in the layer order.
Whether this layer is displayed.