「Sandbox」の版間の差分

提供: sha.ngri.la
移動先: 案内検索
4行目: 4行目:
 
height: 100%;
 
height: 100%;
 
}
 
}
    </style>
+
</style>
    <div id="street-view"></div>
+
<div id="street-view"></div>
    <script>
+
<script>
      var panorama;
+
var panorama;
      function initialize() {
+
  function initialize() {
        panorama = new google.maps.StreetViewPanorama(
+
    panorama = new google.maps.StreetViewPanorama(
            document.getElementById('street-view'),
+
        document.getElementById('street-view'),
            {
+
        {
              position: {lat: 37.869260, lng: -122.254811},
+
          position: {lat: 37.869260, lng: -122.254811},
              pov: {heading: 165, pitch: 0},
+
          pov: {heading: 165, pitch: 0},
              zoom: 1
+
          zoom: 1
            });
+
        });
      }
+
  }
    </script>
+
</script>
    <script async defer
+
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAG5GWBfW5JNxVtrqPFR7LRcfdCuWU8AmA &callback=initialize">
        src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAG5GWBfW5JNxVtrqPFR7LRcfdCuWU8AmA &callback=initialize">
+
</script>
    </script>
 
 
</html>
 
</html>

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