getMinZoomLevel method
获取map的自定义最小比例尺级别
minZoomLevel 自定义最小比例尺级别
Implementation
Future<int> getMinZoomLevel() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getMinZoomLevel(_mapChannel);
}
获取map的自定义最小比例尺级别
minZoomLevel 自定义最小比例尺级别
Future<int> getMinZoomLevel() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getMinZoomLevel(_mapChannel);
}