setStyleTerrain

abstract fun setStyleTerrain(@NonNull properties: Value): Expected<String, None>

Sets the style global [terrain](https://docs.mapbox.com/mapbox-gl-js/style-spec/#terrain) properties.

Return

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

Parameters

properties

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