addImageSource method
Adds an image source to the style currently displayed in the map, so that it can later be referred to by the provided id. Not implemented on web.
Implementation
Future<void> addImageSource(
String imageSourceId, Uint8List bytes, LatLngQuad coordinates) {
return _vietmapGLPlatform.addImageSource(imageSourceId, bytes, coordinates);
}