setStyleProjectionProperty

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

Sets a value to the the style projection property.

Return

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

Parameters

property

The style projection property name.

value

The style projection property value.