Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Using Google Maps EZ (See related posts)

Chris Houser writes an easy HTML API for Google Maps.
Here's the simplest example
<html>
<head>
  <script src="http://maps.google.com/maps?file=api&v=1&key=yourgmapskey"></script>
  <script src="http://bluweb.com/chouser/gmapez/gmapez.js"></script>
</head>
<body>

  <div class="GMapEZ" style="width: 300px; height: 300px;"></div>

</body>
</html>

See more examples here
http://bluweb.com/us/chouser/gmapez/docs.html

Comments on this post

oronoa posts on Aug 13, 2005 at 18:33
fggfdg

You need to create an account or log in to post comments to this site.


Click here to browse all 4858 code snippets

Related Posts