updateImage

Updates the image of an image style source with Bitmap provided.

See https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-image

Parameters

bitmap

Bitmap to update given image style source.


fun ImageSource.updateImage(image: Image)

Updates the image of an image style source with Image provided.

See https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-image

Parameters

image

Image to update given image style source.