gmap3 - Google Maps and jQuery
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.
- The same map can be accessed by all css selectors
- Chainable
- Even if gmap3 provides simplified types, Google Maps types and objects are still usable
- Google Maps services are usable without any code (address resolution, elevation ...) (example of silent address resolution)
- 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)
- All the features are visible in a single standalone file in the package