updateStyleImageSourceImage

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

Return

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

Parameters

image

An `image`.

sourceId

A style source identifier.

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