百度地圖-修改marker圖標(icon)

var map = new BMap.Map("map"); // 建立地圖實例 var point = new BMap.Point(116.404, 39.915); // 建立點座標 map.centerAndZoom(point, 15); // 初始化地圖,設置中心點座標和地圖級別 map.addControl(new BMap.NavigationControl())
相關文章
相關標籤/搜索