Custom Layer Dsl
interface CustomLayerDsl
This Interface contains all the functions that will be exposed to Kotlin DSL.
Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.
Functions
Link copied to clipboard
The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.
Link copied to clipboard
The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.
Link copied to clipboard
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.
Link copied to clipboard
Whether this layer is displayed.