|
|
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>
| |