set Style Terrain Property
open fun setStyleTerrainProperty(@NonNull property: String, @NonNull value: Value): Expected<String, None>
Sets a value to the the style terrain property.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
property
The style terrain property name.
value
The style terrain property value.