Google maps

Omg, this is so much fun! Google Maps has a complete API to implement a map on your site, customized to your very own needs.

It's quite simple, all you need to do is create a div-element and add some JavaScript, basically all that's needed is this:

JavaScript:
  1. var map = new GMap2(document.getElementById("map"));

A bit more in depth tutorial can be found at the API docs website (listed below).

Bookmark and Share

Tags:

Leave a Reply