谷歌地图Google Maps API v3 密钥申请地址
https://code.google.com/apis/console/#project:778964853191
原文:
1.Visit the APIs Console at https://code.google.com/apis/console and log in with your Google Account.
2.Click the Services link from the left-hand menu.
3.Activate the Google Maps API v3 service.
4.Click the API Access link from the left-hand menu. Your API key is available from the API Access page, in the Simple API Access section. Maps API applications use the Key for browser apps.
中文翻译:
1。访问的api在控制台https://code.google.com/apis/console和日志与你的谷歌帐户。
2。点击服务连接到左边的菜单。
3。激活谷歌地图API v3服务。
4。点击链接API访问左边的菜单。你可以从API的关键是API访问的页面,在简单的API访问的部分。应用使用地图的关键API浏览器程序。
记得在申请后一定要生成API访问的权限,也就是点下数字1,然后就会出现2. 把生成的obsolete Key 放到调用代码里就可以显示了,具体代码如下
<script type="text/javascript"
src="http://maps.useso.com/maps/api/js?key=这里填写生成的obsolete key &sensor=这里填写真(TRUE)">
</script>
这样就可以显示,设置地图的位置了