let defaultMapType = this.map.getMapType();
let defaultTileLayer = defaultMapType.getTileLayer();
let newMapType = new this.BMap.MapType("新地图",defaultTileLayer,{minZoom:this.minZoom,maxZoom:this.maxZoom});
this.map.setMapType(newMapType);
在minZoom和maxZoom设置需要放大的级别即可