Created
February 17, 2015 07:07
-
-
Save foota/08ec6d680e995adf2abe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 © 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