StefSzeto of StudeoHQ
7/5/2016 - 2:43 PM

Streetview and regular view iframe google map code

Streetview and regular view iframe google map code

<body>
  <!-- This div is street view mode: requires lat and long-->
  <div class="iframecontainer">
    <div class="gm">
     <iframe src='https://www.google.com/maps/embed/v1/streetview?key=AIzaSyBVVtGWB89Jgvgqc1OyGfPbI_rCi0cP8L0&location=43.7070219,-79.3960454&heading=122'></iframe>
    </div>
  </div>
  <!-- This simply requires an address (includes city and country) -->
  <div class="iframecontainer">
    <div class="gm">
      <iframe width="450" height="300" src="https://maps.google.com/maps?q=22 chopin blvd&hl=es;&output=embed"></iframe>
    </div>
  </div>
</body>