摘要:
// 百度地图API功能 var map = new BMap.Map('map'); var poi = new BMap.Point(113.3253,22.81608); map.centerAndZoom(poi, 14); map.enableScrollWheelZoom(); addP 阅读全文
摘要:
//初始化坐标点function initCoordinateInfo(){ $.ajax({ url: "url", async: true, method: 'GET', dataType: "json", cache: false, success: function (result) { / 阅读全文
摘要:
可以在官网生成--http://api.map.baidu.com/lbsapi/creatmap/ <!--百度地图容器--> <div style="width:697px;height:550px;border:#ccc solid 1px;" id="dituContent"></div> 阅读全文