發(fā)表日期:2019-04 文章編輯:小燈 瀏覽次數(shù):3671
步驟1:加載百度地圖js框架
<script?src="http://api.map.baidu.com/api?v=1.4"></script>
步驟2:寫好地圖容器標(biāo)簽,html代碼如下
<style> #mapbox{width:99%;height:500px;overflow:hidden;border:1px?solid?#ccc;} </style> <div?id="mapbox"></div>
步驟3:js初始化地圖并標(biāo)注,坐標(biāo)點(diǎn)拾取地址:http://api.map.baidu.com/lbsapi/getpoint/index.html
<script> var?map?=?new?BMap.Map("mapbox");????????????//?創(chuàng)建Map實(shí)例,必須和地圖容器id一致 var?point?=?new?BMap.Point(113.295299,22.722847);?//?創(chuàng)建點(diǎn)坐標(biāo) map.centerAndZoom(point,16);?????????????????//?初始化地圖,設(shè)置中心點(diǎn)坐標(biāo)和地圖級(jí)別,最大19級(jí) map.enableScrollWheelZoom();?????????????????//啟用滾輪放大縮小 map.addControl(new?BMap.NavigationControl()); map.addControl(new?BMap.ScaleControl()); map.addControl(new?BMap.OverviewMapControl()); var?marker?=?new?BMap.Marker(point);???????????????????????? map.addOverlay(marker); var?infoWinOpts?=?{} var?sitetxt="<div?style='text-align:left;color:#333;line-height:25px;'><li>地址:廣東省中山市南頭鎮(zhèn)金灣廣場(chǎng)B座16號(hào)?</li><li>電話:0760-22517081</li></div>"; var?infoWin?=?new?BMap.InfoWindow(sitetxt,infoWinOpts); marker.openInfoWindow(infoWin); marker.addEventListener("click",function(){this.openInfoWindow(infoWin);});//注冊(cè)點(diǎn)擊事件 </script>
效果如下:
日期:2019-04 瀏覽次數(shù):3577
日期:2019-04 瀏覽次數(shù):3670
日期:2019-04 瀏覽次數(shù):3812
日期:2019-04 瀏覽次數(shù):3538
日期:2019-04 瀏覽次數(shù):4012
日期:2019-04 瀏覽次數(shù):3553
日期:2019-04 瀏覽次數(shù):3800
日期:2019-04 瀏覽次數(shù):4826
日期:2019-04 瀏覽次數(shù):4194
日期:2019-04 瀏覽次數(shù):5505
日期:2019-04 瀏覽次數(shù):2812
日期:2019-04 瀏覽次數(shù):3321
日期:2019-04 瀏覽次數(shù):3502
日期:2019-04 瀏覽次數(shù):3059
日期:2019-04 瀏覽次數(shù):4035
日期:2019-04 瀏覽次數(shù):3592
日期:2019-04 瀏覽次數(shù):3113
日期:2019-04 瀏覽次數(shù):3429
日期:2019-04 瀏覽次數(shù):3226
日期:2019-04 瀏覽次數(shù):3270
日期:2019-04 瀏覽次數(shù):3063
日期:2019-04 瀏覽次數(shù):3118
日期:2019-04 瀏覽次數(shù):3078
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.