getShowMapScaleBar method
获取map是否显式比例尺
showMapScaleBar 是否显式比例尺
ios 独有
Implementation
Future<bool> getShowMapScaleBar() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getShowMapScaleBar(_mapChannel);
}
获取map是否显式比例尺
showMapScaleBar 是否显式比例尺
ios 独有
Future<bool> getShowMapScaleBar() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getShowMapScaleBar(_mapChannel);
}