Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Overlays within Street View</title>
    <link href="/maps/documentation/javascript/examples/default.css" rel="stylesheet">
    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
   
  </head>
  <body>
    <div id="panel">
      <input type="button"  value="Toggle Street View" onclick="toggleStreetView();"></input>
    </div>
    <div style="width:500px; float:left; height:500px" id="map-canvas"><div id="pano" style="position:absolute;  width: 500px; height: 500px;"></div></div>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers