gmap3 - Google Maps and jQuery
Presentation
gmap3 is a plugin for jQuery which allows you to use the Google maps API easily. It provides some powerful functions (clustering...) and some simple which avoid you to write lot of repetitive code. However, it allows to use all the Google Maps API.
Licence
Why using gmap3 ?
Full jQuery
- The same map can be accessed by all css selectors
- Chainable
Full Google Maps API
- Even if gmap3 provides simplified types, Google Maps types and objects are still usable
Silent use of Google Maps services
- Google Maps services are usable without any code (address resolution, elevation ...) (example of silent address resolution)
Unique Id, tags & custom data
- All objects added (markers, overlays ...) can have a unique id and / or have tag(s) in order to access / remove it later (example of id and tags)
- All objects can embed custom data which are sent on events (example of custom data)
A complete documentation
Lot of examples
- All the features are visible in a single standalone file in the package