open override fun addStyleLayer(parameters: Value, position: LayerPosition?): Expected<String, None>
Content copied to clipboard
Adds a new style layer.
See https://docs.mapbox.com/mapbox-gl-js/style-spec/#layers
Runtime style layers are valid until they are either removed or a new style is loaded.
A string describing an error if the operation was not successful, or empty otherwise.