setStyleLayerProperty

Sets a value to a style layer property.

Return

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

Parameters

layerId

A style layer identifier.

property

The style layer property name.

value

The style layer property value.

abstract fun setStyleLayerProperty(layerId: String, property: String, value: Value): Expected<String, None>