gmaps.js (feature-rich jQuery plugin) allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code.

Besides adding a standard map of a specific location, we can define the zoom level, add markers, get the location of a user (HTML5 geolocation), define routes, draw polylines and more with only few lines of code.

And, it has callbacks on every action to integrate any custom events. GMaps.js is not documented in detail, however, it has examples of each feature.

Requirements: jQuery
Compatibility: All Major Browsers
Website: http://hpneo.github.com/gmaps/
Demo: http://hpneo.github.com/gmaps/examples.html
Download: https://github.com/HPNeo/gmaps

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

17 − three =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.