addLayerBelow

Extension function to add a Layer provided by the Style Extension to the Style.

Parameters

below

the layer id that the current layer is added below

layer

The layer to be added

fun StyleInterface.addLayerBelow(layer: StyleContract.StyleLayerExtension, below: String?)