addLayerAbove

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

Parameters

above

the layer id that the current layer is added above

layer

The layer to be added

fun StyleInterface.addLayerAbove(layer: StyleContract.StyleLayerExtension, above: String?)