setStyleTerrain

Sets the style global terrain source properties.

Return

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

See also

<a href=https://docs.mapbox.com/mapbox-gl-js/style-spec/#terrain>Mapbox Style Specification: Terrrain</a>

Parameters

properties

A map of style terrain properties values, with their names as key.

open override fun setStyleTerrain(properties: Value): Expected<Void, String>