addStyleSource

open fun addStyleSource(@NonNull sourceId: String, @NonNull properties: Value): Expected<String, None>

Adds a new [style source](https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources).

Return

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

Parameters

sourceId

An identifier for the style source.

properties

A map of style source properties.