获得地图当前可视区域截图
范围内的截取的Images
Future<Uint8List?> takeSnapshot() async { return await BMFMapDispatcherFactory.instance.mapStatusDispatcher .takeSnapshot(_mapChannel); }