Skip to content

Instantly share code, notes, and snippets.

@bonza-labs
bonza-labs / traffic.html
Created August 25, 2011 23:42
Google maps API example showing Seattle traffic.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100% }
</style>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>