set Style Layer Property
open fun setStyleLayerProperty(layerId: String, property: String, value: Value): Expected<String, None>
Sets a value to a style layer property.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
layer Id
A style layer identifier.
property
The style layer property name.
value
The style layer property value.