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