updateImageSource method
Update the image and/or coordinates of an image source. Not implemented on web.
Implementation
Future<void> updateImageSource(
String imageSourceId, Uint8List? bytes, LatLngQuad? coordinates) {
return _vietmapGLPlatform.updateImageSource(
imageSourceId, bytes, coordinates);
}