setStyleLightProperty

open override fun setStyleLightProperty(id: String, light: Value): Expected<String, None>

Sets a value to the the style light property.

Return

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

Parameters

id

Style light property name.

light

Style light property value.

open override fun setStyleLightProperty(id: String, property: String, value: Value): Expected<String, None>

This API is for internal use only and will return a no-op result.