setStyleLight

Sets the style global [light](https://docs.mapbox.com/mapbox-gl-js/style-spec/#light) properties.

Return

A string describing an error if the operation was not successful, empty otherwise.

Parameters

properties

A map of style light properties values, with their names as a key.

abstract fun setStyleLight(properties: Value): Expected<String, None>