【百度地圖】在百度地圖上框出邊界線

代碼: 一、建立地圖 創建地圖對象;設立中心點以及地圖級別。 var map = new BMap.Map("container"); map.centerAndZoom(new BMap.Point(116.403765, 39.914850), 12); 二、添加地圖事件 地圖事件:添加了滾輪縮放。 map.enableScrollWheelZoom(true) 三、獲取行政區域 構造函數
相關文章
相關標籤/搜索