updateStyleImageSourceImage

open fun updateStyleImageSourceImage(sourceId: String, image: Image): Expected<String, None>

Updates the image of an [image style source](https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-image).

Return

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

Parameters

image

An `image`.

sourceId

A style source identifier.