gmap3 is a jquery plugin which allows many manipulation of the google map API version 3.
Using gmap3 is quite simple. First you need to include the Google APIs and gmap3 plugin into <head> section. Then you can call the plugin in this way:
$("#example").gmap3();
That’s all!
You can find out a good documentation and some examples of how to use it at:
- Website: http://gmap3.net/
- Demo: http://gmap3.net/examples.html















