googlemaps-v3-utility-library
Version:
Google Maps API V3 Utility Library
17 lines (16 loc) • 646 B
HTML
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Identify Map-Compiled</title>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false">
</script>
<link rel="stylesheet" href="identify_compiled.css">
<script type="text/javascript" src="identify_compiled.js">
</script>
</head>
<body style="margin:0px; padding:0px;" >
<div id="map_canvas" style="width:100%; height:100%">
</div>
</body>
</html>