Skip to content

Instantly share code, notes, and snippets.

@oschoen
oschoen / Google House View
Created January 9, 2011 16:37
Combine Google maps rooftop geocoding and the brand new geometry library to create house view instead of street view
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>House View</title>
<script src="http://maps.google.com/maps/api/js?sensor=false&libraries=geometry" type="text/javascript"></script>
<script type="text/javascript">
var map;
var berkeley = new google.maps.LatLng(52.52563, 13.38868);
var sv = new google.maps.StreetViewService();