Skip to content

Instantly share code, notes, and snippets.

View jeffkee's full-sized avatar

Jeff Kee jeffkee

View GitHub Profile
@Hagith
Hagith / drawing-tools.html
Created June 12, 2013 14:45
Google Maps v3 Drawing Tools
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<title>Drawing Tools</title>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false&libraries=drawing"></script>
<style type="text/css">
#map, html, body {