首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

google 地图(一)

2013-07-08 
google map(一)htmlheadscript srchttp://ditu.google.cn/maps?fileapi&v2&key你申请的

google map(一)

<html><head><script src="http://ditu.google.cn/maps?file=api&amp;v=2&amp;key=你申请的api_key&sensor=false" type="text/javascript"></script><script>function initialize() { if (GBrowserIsCompatible()) {var map= new GMap2(document.getElementById("map_canvas"));          map.setCenter(new GLatLng(39.9493, 116.3975), 13);  }    }</script></head><body onload="initialize()"><div id="map_canvas" style="width: 500px; height: 300px"></div></body></html>

?{上一步中涉及到的api_key为在谷歌上申请的,如果没有可以用本人的“AIzaSyDYsBGQ_mBhRAb92nEHwTqJvdtMBDmqONQ”临时看下效果}

?

注意,上面这个例子只能进行显示和拖动,不支持其它

热点排行