Package com.
          Types
Layer
                          
                    Link copied to clipboard
                        Base class for the different Layer types
Functions
add
                    Link copied to clipboard
                        Extension function to add a Layer provided by the Style Extension to the Style.
add
                    Link copied to clipboard
                        fun StyleInterface.addLayerAbove(layer: StyleContract.StyleLayerExtension, above: String?)
Content copied to clipboard
Extension function to add a Layer provided by the Style Extension to the Style.
add
                    Link copied to clipboard
                        fun StyleInterface.addLayerAt(layer: StyleContract.StyleLayerExtension, index: Int?)
Content copied to clipboard
Extension function to add a Layer provided by the Style Extension to the Style.
add
                    Link copied to clipboard
                        fun StyleInterface.addLayerBelow(layer: StyleContract.StyleLayerExtension, below: String?)
Content copied to clipboard
Extension function to add a Layer provided by the Style Extension to the Style.
add
                    Link copied to clipboard
                        fun StyleInterface.addPersistentLayer(layer: Layer, position: LayerPosition? = null)
Content copied to clipboard
Add layer to the style persistently.
get
                    Link copied to clipboard
                        Extension function to get a Layer provided by the Style Extension by layer id.
get
                    Link copied to clipboard
                        inline fun <T : Layer> StyleManagerInterface.getLayerAs(layerId: String): T?
Content copied to clipboard
Tries to cast the Layer to T.
is
                    Link copied to clipboard
                        Get the persistent property as Boolean.