GMaps.js allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code.
Visit the examples in hpneo.github.com/gmaps
- New feature: KML and GeoRSS
- Fix bug in getFromFusionTables
- New feature: Fusion Tables
- New feature: Custom controls
- New feature: Static maps
- Better GMaps.Route methods
- Fix typo in Polyline events
- Add InfoWindow events
- Add Polyline events
- Add drag and dragstart events to Marker
- Add avoidHighways, avoidTolls, optimizeWaypoints, unitSystem and waypoints options in getRoutes
- New method: createMarker
- geolocation and geocode methods are static now (using them with GMaps.geolocation and GMaps.geocode)
- Fix typo in geocode method
- Allow all MapOptions in constructor (see 'MapOptions' section in Google Maps API Reference)
- Add pane option ('floatPane', 'floatShadow', 'mapPane', 'overlayImage', 'overlayLayer', 'overlayMouseTarget', 'overlayShadow') in drawOverlay
- New methods: removeOverlay and removeOverlays
- Change pane ('floatPane' to 'overlayLayer') in drawOverlay
- Fix bug in drawCircle
- New feature: Overlays
- New method: drawCircle
- Bug fix: zoomIn/zoomOut can change zoom by argument
- New method: setZoom
- New class: GMaps.Route
- New feature: Geofence (with markers)
- New method: drawPolygon
- Bug fix: Change reserved word in Context menu
- New feature: Geocoding
- New method: drawSteppedRoute (similar to travelRoute)
- New events in addMarker
- Add step_number property in travelRoute method
- New feature: Context menu (for map and marker only)
- New method: travelRoute
- Change setCenter to panTo in GMaps setCenter method
- Save entire route data in routes array (instead saving only route path)
- Context menu and Route example (using travelRoute)
- drawPolyline can accept both an array of LatLng objets or an array of coordinates
- New methods: getRoutes and drawRoute
- Route example
- Rename drawRoute method to drawPolyline (more accurate)
- Marker example
- Map events
- Geolocation
- Add Markers
- Marker infoWindows
- Draw routes and circles
- Initial examples
MIT License. Copyright 2012 Gustavo Leon. http://github.com/hpneo