gMap | Download

Google Maps Plugin for jQuery

Please donate

Although gMap is free please consider a donation. Just think about how useful this plugin is to you. Every little donation is appreciated and shows me your support. Thank you very much.

Licensing

gMap is licensed under Creative Commons BY-SA 3.0 license. In short: You're allowed to copy, distribute, transmit and to adapt – as long as you attribute the work. If you alter, modify or build upon this sourcecode, you may distribute the resulting work only under the same, similar or compatible license.
Creative Commons License

Choose version

gMap is available in two versions: Compressed and uncompressed. The uncompressed version is intended for developers and a bit larger in filesize. If you don't plan to alter the sourcecode or modify the behaviour how gMap works I suggest downloading the compressed version.

Release notes

1.1.0 – Geocoding and references
You can now use the "address" property to specify a marker or even center the map. The marker's "html" can now refer to the address or latitude/longitude using "_address" or "_latlng" as string. Please refer to the documentation for more details and see the updated examples page.

1.0.4 – Array handling
Now using jQuery's $.isArray() method instead of self written one, minor improvements.

1.0.3 – Bugfix release
Fixed a bug where custom marker images could revert back to global marker image.

1.0.2 – Custom marker images
Added option to define custom images per marker. The global "icon" property is now available for each marker too. Please refer to the documentation for more details.

1.0.1 – Bugfix release
Added options to set map type and customize prepending and appending HTML string for info window upon request. Please refer to the documentation for more details. Thanks to all people who mailed me regarding feature requests and bugfixes. Expect more updates soon!

1.0.0 Initial release