2019獨角獸企業重金招聘Python工程師標準>>>
var map = new AMap.Map('container', {resizeEnable: true,expandZoomRange:true,zoom:20,zooms:[3,20],center: [116.397428, 39.90923]
});
alert(map.getZoom());
http://lbs.amap.com/faq/web/javascript-api/expand-zoom-range/?wd=%E7%BC%A9%E6%94%BE&cateId=307&page=&detail=true
如果有使用TileLayer貼圖轉換的,要修改一個轉換的參數,如下面這個鏈接顯示不了
https://grid.amap.com/grid/19/427247/227424?dpiType=webrd&lang=zh_cn&pack=com.iznet.thailandtong&version=3.3.0
但這個鏈接可以
https://grid.amap.com/grid/19/427247/227424?dpiType=&lang=zh_cn&pack=com.iznet.thailandtong&version=3.3.1
補充知識:最新的ios系統(11.0之后)如果要使用定位,網頁使用的是https的話,必須保證所有加載的資源都是https協議的,否則定位會失敗(包括引用高德地圖的js庫方法也失敗)。