Skip to content

Instantly share code, notes, and snippets.

@foota
Created February 17, 2015 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foota/08ec6d680e995adf2abe to your computer and use it in GitHub Desktop.
Save foota/08ec6d680e995adf2abe to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Street Stroll by Google Maps Street View</title>
<script src="http://maps.google.com/maps/api/js" type="text/javascript"></script>
<script type="text/javascript" src="street_stroll.js"></script>
</head>
<body onload="initialize()">
<table><tr>
<td><div onkeydown="keyDown()" id="streetview" style="width: 400px; height: 400px"></div></td>
<td><div id="map_canvas" style="width: 400px; height: 400px"></div></td>
</tr></table>
<div><input type="button" onclick="toggleOverlay()" value="ストリートビューレイヤー" />
<input type="button" onclick="toggleMarkerLocation()" value="位置情報" /></div>
<hr />
<div><span style="font-size:70%;color:#666666;">Copyright &copy; 2015 <a href="http://handasse.blogspot.com/">nox</a>. All rights reserved.</span></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment