getStyleSourceProperties

Gets style source parameters. In order to convert returned value to a json string please take a look at mapbox::common::Value.

Return

Style source parameters or a string describing an error if the operation was not successful.

Parameters

sourceId

Style source identifier.

open override fun getStyleSourceProperties(sourceId: String): Expected<String, Value>