Using Google Maps With jQuery – GMAP3
3
Jun
// php the_time('Y') ?>
Inserting Google Maps into web pages is already easy with the simplicity Google offers in all of their products.
However, things can get easier with GMAP3 jQuery plugin if you are planning to use maps with advanced features (like overlays or callbacks).
There are simplified functions provided for the popular uses of Google Maps API that would normally require much more coding like:
getAddress– which returns agoogle.maps.GeocoderResultfrom agoogle.maps.LatLnggetRoute– which returns agoogle.maps.DirectionsResultfrom agoogle.maps.DirectionsRequest
It is also possible to use the native Google maps functions within the plugin for maximum flexibility.
Requirements: jQuery
Website: http://gmap3.net/
Demo: http://gmap3.net/examples.html
Download: http://gmap3.net/download.html
Website: http://gmap3.net/
Demo: http://gmap3.net/examples.html
Download: http://gmap3.net/download.html
- Tags:
Google Javascript
- Filed under: Goodies, GPL License, Map
- 3 Comments












3 Responses for "Using Google Maps With jQuery – GMAP3"
This is a really great plugin,
Thanks for this work.
It bugs me that there are no plugins that make creating custom tile layers easier. But this seems like a neat plugin for the common map modder.
Latest version of gmap3 (4.0) has been released yesterday