setStyleSourceProperty

open override fun setStyleSourceProperty(sourceId: String, property: String, value: Value): Expected<String, None>

Sets a value to a style source property.

Return

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

Parameters

sourceId

Style source identifier.

property

Style source property name.

value

Style source property value.