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