具體查詢官網教程:http://lbsyun.baidu.com/index.php?title=jspopular/guide/helloworld javascript
代碼一
var map = new BMap.Map("container");
var point = new BMap.Point(116.404, 39.915);
代碼塊二
map.centerAndZoom(point, 15); window.setTimeout(function(){ map.panTo(new BMap.Point(116.409, 39.918)); }, 2000);
注:地圖調用報錯Uncaught TypeError:Cannot read property 'fc' of undefinedphp
解:代碼塊二,要放在頁面加載後。java