「Sandbox」の版間の差分

提供: sha.ngri.la
移動先: 案内検索
(ページの白紙化)
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
<html>
+
 
<style>
 
#street-view {
 
height: 100%;
 
}
 
    </style>
 
    <div id="street-view"></div>
 
    <script>
 
      var panorama;
 
      function initialize() {
 
        panorama = new google.maps.StreetViewPanorama(
 
            document.getElementById('street-view'),
 
            {
 
              position: {lat: 37.869260, lng: -122.254811},
 
              pov: {heading: 165, pitch: 0},
 
              zoom: 1
 
            });
 
      }
 
    </script>
 
    <script async defer
 
        src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAG5GWBfW5JNxVtrqPFR7LRcfdCuWU8AmA &callback=initialize">
 
    </script>
 
</html>
 

2017年11月14日 (火) 16:54時点における最新版