發(fā)表日期:2019-04 文章編輯:小燈 瀏覽次數(shù):3679
步驟1:加載百度地圖js框架
<script?src="http://api.map.baidu.com/api?v=1.4"></script>
步驟2:寫(xiě)好地圖容器標(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ù):3585
日期:2019-04 瀏覽次數(shù):3678
日期:2019-04 瀏覽次數(shù):3824
日期:2019-04 瀏覽次數(shù):3545
日期:2019-04 瀏覽次數(shù):4021
日期:2019-04 瀏覽次數(shù):3561
日期:2019-04 瀏覽次數(shù):3805
日期:2019-04 瀏覽次數(shù):4830
日期:2019-04 瀏覽次數(shù):4201
日期:2019-04 瀏覽次數(shù):5515
日期:2019-04 瀏覽次數(shù):2817
日期:2019-04 瀏覽次數(shù):3328
日期:2019-04 瀏覽次數(shù):3506
日期:2019-04 瀏覽次數(shù):3069
日期:2019-04 瀏覽次數(shù):4051
日期:2019-04 瀏覽次數(shù):3603
日期:2019-04 瀏覽次數(shù):3119
日期:2019-04 瀏覽次數(shù):3437
日期:2019-04 瀏覽次數(shù):3234
日期:2019-04 瀏覽次數(shù):3276
日期:2019-04 瀏覽次數(shù):3074
日期:2019-04 瀏覽次數(shù):3125
日期:2019-04 瀏覽次數(shù):3084
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.