setStyleLight

Sets the style global light source properties.

See https://docs.mapbox.com/mapbox-gl-js/style-spec/#light

Return

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

Parameters

parameters

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

open override fun setStyleLight(parameters: Value): Expected<String, None>