天天看點

c 百度地圖怎麼跳轉html,百度地圖infoWindow加載圖檔.html

html,body{ width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; }

#map{ width: 100%; height: 100%; }

.box img{ width: 100%;}

百度地圖infoWindow加載圖檔

var map = new BMap.Map("map");

var point = new BMap.Point(120.155153,30.347163);

//設定視角中心點

map.centerAndZoom(point, 14);

//啟用滾輪放大縮小

map.enableScrollWheelZoom();

map.setMapStyleV2({

styleId: "a8616f120091c73fd3ac8b25ac64ee7f"

})

var marker = new BMap.Marker(point);

var html = "

c 百度地圖怎麼跳轉html,百度地圖infoWindow加載圖檔.html

";

var opt = {

width: 400,

height: 0,

title: "資訊标題",

}

var infoWindow = new BMap.InfoWindow(html,opt);

marker.addEventListener("click",function(){

marker.openInfoWindow(infoWindow);

})

function imgLoad(){

infoWindow.redraw();

}

map.addOverlay(marker);

console.log(1);

一鍵複制

編輯

Web IDE

原始資料

按行檢視

曆史