Home » Categories » Business » Web Development

Google Maps jQuery Plugin - gMap

gMap is a lightweight (only 2kb) jQuery plugin for easily integrating Google Maps into any website. You can customize it in many different ways by passing a JSON object (containing various custom properties) to the GMap() function. You can specify location of your gMap object using longitude and latitude. Additional features include ability to specify which controls you want, enable or disable zooming with mouse scroll-wheel, custom marker image, multiple markers, custom viewport position, and zoom.

It can embed a map with a tiny function like:

$("#map").gMap();
gMap jQuery Plugin

gMap jQuery Plugin is very flexible, and can be customized further with settings like:
  • latitude/longitude
  • default zoom level
  • markers, their positions, info to display as a pop-up, custom marker images
  • mapping controls on/off & more.
There are a two requirements you need to meet before you can use gMap to display Google Maps on your website. First you need to sign up for a Google Maps API key. Second you need the jQuery library at least in version 1.3. To work with gMap, first you have to Download the latest version of gMap and include the Google Maps API along with jQuery and gMap in the <head> section of your website. Don’t forget to replace “API_KEY” with your actual API key or the map won’t work when used on a real domain.

Creating map using this plugin is pretty simple, just select the new div element using jQuery’s selectors and call the gMap() function on it. Developed by Cedric Kastner; gMap jQuery Plugin is available for download under Creative Commons Attribution-Share Alike 3.0 Unported License. You can find further information about gMap jQuery plugin, demo & download at the links below.

Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
Meerkat - jQuery Plugin for Promotional Content
Viewed 82 times since Tue, Dec 29, 2009
Plupload - Multiple Files Upload Script
Viewed 63 times since Tue, Feb 9, 2010
jqPlot - jQuery Charts & Plotting Plugin
Viewed 54 times since Sat, Jan 9, 2010
Create Glowing, Radioactive Buttons with CSS
Viewed 77 times since Sun, Dec 27, 2009
Create Full Screen Slideshows With Supersized
Viewed 48 times since Tue, Jan 5, 2010
Stylish Cross-Browser CSS Buttons - Simply-Buttons v2
Viewed 98 times since Thu, Nov 12, 2009
jQuery Dropdown Check List
Viewed 57 times since Thu, Jan 14, 2010
Create Navigation Menu Easily with jQuery Menu
Viewed 54 times since Thu, Dec 31, 2009
Protovis - Visualization for JavaScript via Canvas
Viewed 68 times since Sun, Jan 3, 2010