码迷,mamicode.com
首页 > 其他好文 > 详细

调用腾讯的街景地图pai

时间:2014-06-08 05:38:29      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:des   c   style   class   blog   code   

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>

<!DOCTYPE HTML">
<html>
  <head>
    
    
    <title>My JSP 'index.jsp' starting page</title>
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<script type="text/javascript">var _speedMark = new Date();</script>
	<!-- 导入腾讯地图的api -->
	<script charset="utf-8" src="http://map.qq.com/api/js?v=2.exp&key=3UEBZ-R3MHW-YMLRU-R3MGE-IJCWO-JKBRZ"></script>
	<script type="text/javascript">
    var init = function(){
    pano_container=document.getElementById('PanoCtn');  //街景容器
    pano = new qq.maps.Panorama(pano_container, {
        pano: '26041005120922130326100',    //场景ID
        pov:{   //视角
                heading:111,  //偏航角
                pitch:9     //俯仰角
            },
        zoom:1      //缩放
    })
}
</script>
	</head>
	
	
  
  <body onload="init()">
   <div id="PanoCtn" style="width:1000px;height:500px;background:red">  </div>
<div class="line number23 index22 alt2"><code class="xml plain"><</code><code class="xml keyword">script</code> <code class="xml color1">type</code><code class="xml plain">=</code><code class="xml string">"text/javascript"</code> <code class="xml color1">src</code><code class="xml plain">=</code><code class="xml string">"<a target=_blank href="http://tajs.qq.com/stats?sId=31153770">http://tajs.qq.com/stats?sId=31153770</a>"</code> <code class="xml color1">charset</code><code class="xml plain">=</code><code class="xml string">"UTF-8"</code><code class="xml plain">></</code><code class="xml keyword">script</code><code class="xml plain">></</code><code class="xml keyword">body</code><code class="xml plain">></code></div> </body>
</html>


java 街景地图开发

1:新建项目
2:打开腾讯地图api
3:阅读api以及找到我们需要
4:
 pano: '26041005120922130326100',    //场景ID
        pov:{   //视角
                heading:111,  //偏航角
                pitch:9     //俯仰角
            },
        zoom:1      //缩放

加入

调用腾讯的街景地图pai,布布扣,bubuko.com

调用腾讯的街景地图pai

标签:des   c   style   class   blog   code   

原文地址:http://blog.csdn.net/u012491227/article/details/29226255

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!