getZoomLevel method
获取map的比例尺级别
zoomLevel 比例尺级别
Implementation
Future<int> getZoomLevel() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getZoomLevel(_mapChannel);
}
获取map的比例尺级别
zoomLevel 比例尺级别
Future<int> getZoomLevel() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getZoomLevel(_mapChannel);
}