Skip to content

Instantly share code, notes, and snippets.

@guilherme1301
guilherme1301 / drawing-tools.html
Last active April 22, 2016 14:34 — forked from Hagith/drawing-tools.html
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 {