setStyleSourceProperty

Sets a value to a style source property.

Return

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

Parameters

property

Style source property name.

sourceId

Style source identifier.

value

Style source property value.

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