addStyleImage abstract method
- String imageId,
- double scale,
- MbxImage image,
- bool sdf,
- List<
ImageStretches?> stretchX, - List<
ImageStretches?> stretchY, - ImageContent? content,
Adds an image to the style. Existing images with the same imageId are replaced.
Implementation
Future<void> addStyleImage(
String imageId,
double scale,
MbxImage image,
bool sdf,
List<ImageStretches?> stretchX,
List<ImageStretches?> stretchY,
ImageContent? content,
);