Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Maps


Jquery.TekMap

Jquery.TekMap is a plugin thinked for simplify the use of Google Maps v3.

It is focused to be easy to use, for no experts.

You can start a map with $("#map").TekMap({lat:42,lng:3});

In version 0.4 added geolocation options for markers. $("#map").TekMarker({addres:"Girona"}); creates a new marker over Girona.
In version 0.5 Has improved the management of complex icons.

For advanced users : $("#map").data("tekmap"); recovers the googlemap instance.

goMap - google maps jQuery plugn

$.goMap() is jQuery plugin useing Google Maps v3.
Very simple use: $("#map").goMap();

Current version 1.1.0
Added full manipulate markers and InfoWindow.
Added show / hide markers.
Added create listener to map / marker / InfoWindow.

Google Maps jQuery Plugin

This plugin attempts to simplify the process to adding maps to a page. several examples can be found here: www.mayzes.org.

fuGMAP jQuery Google Maps Plugin

fuGMAP is a lightweight jQuery plugin create neat Google Maps on your site or in apps. Its about 3.5kb (no whitespace) or even smaller if your using GZIP.

What have I crammed in that isn’t in the other;
* GEO-Coding (add an address and let google do the location)
* Marker XML Files; Load in a marker xml file to your maps by just adding the url.
* Add info window with text or with IFRAME (by URL) to any Long/Lat Marker or GeoCoded Marker
* Feature Request; Anything you think would be useful, let me know on the Google Code page and If a few people think its useful (or I do) I’ll code it.

Already being coded;
* KML File Interpretation

jQuery Smart Maps

jQuery Smart Map is a jQuery UI plugin that provides a widget that can be used to place your store locations on a Google Map.

The Google geoDececoder, converts your address to geoPoints.
So only what you need is a valid address!

You can use the automatic resize and zoom function for a total view.

// Set de div where to put the map
$('.store').storelocator();

//Add an address
storeloc.add()

gMap

gMap is a lightweight jQuery plugin that helps you embed Google Maps into your website. With only 2 KB in size it is very flexible and highly customizable.

This tiny line of code is being used to embed a map. Simple, isn't it?
$("#map").gMap();

jQuery GPS

For people that want to add Google maps to their website, but don't want their website to be bogged down with features they don't need.

Jquery GPS is a lightweight and simple solution to all your Google Map needs.
Add inputs for addresses by simply adding default or custom ID's.
You can use any element to trigger the event! So it doesn't need to be embedded inside a form.

The default ID's make it easy to create an application that will give directions and a highlighted map right on your website!

jMapping

jMapping - Google Maps jQuery Plugin

This plugin is designed for quick development of a page that implements a Google Map with a list of the locations that are specified within the HTML.
The plugin tries to allow as much graceful degradation as possible by having the HTML be as semantic as possible. The plugin expect the HTML for the locations to be grouped under a common element. Additionally, it expects the links and Map Info Window content to be grouped under the location elements. It also expects the necessary metadata to be on the location element. This way the HTML semantically reflects that all of those parts and information are associated with the specific location or place.

jMaps Framework

The JMaps Framework is a jQuery plugin that provides a simple but powerful API for Google's mapping services.

It provides a simple jQuery way to do functions such as:

* Geocode and reverse any valid address in the world via Google's geocoding API
* Search for directions to and from any location
* Add and remove Markers
* Add and remove polygons and polylines
* Add and remove graphic layers on the map
* Add and remove Google adsense layers
* Add and remove Traffic layers
* Get information back such as map center, map size, map type, etc

And many more.