返回列表 發帖

Google Maps 街景圖

The Google Maps Street View
http://code.google.com/intl/en/a ... ces.html#Streetview
台北街景上線!


大家期待已久的 Street View 終於上線囉,初期只有台北市和部份台北縣,其他縣市的網友們還得再等等囉

使用上非常簡單,載入 Google Maps API,建立一個 GStreetviewPanorama() 物件,指定 div 並指定座標即可:
<div id="pano"></div>
<script src="http://maps.google.com/maps?file=api&v=2&key=abcdefg&sensor=true_or_false"
    type="text/javascript"></script>
<script type="text/javascript">
var loc = new GLatLng(25.028281,121.548781);
new GStreetviewPanorama(document.getElementById("pano"), {latlng: loc});
</script>
喝,這些人有內應:


這些人也是:
To infinity and beyond!

看不到~~~顯示網頁錯誤

TOP

返回列表 回復 發帖