updateStyleImageSourceImage abstract method

Future<void> updateStyleImageSourceImage(
  1. String sourceId,
  2. MbxImage image
)

Replaces the image data of an existing image-type style source.

Implementation

Future<void> updateStyleImageSourceImage(String sourceId, MbxImage image);