0.3.2 - Dominant Elephant
Tests, several new features, and bug fixes. Updated to use Polymer core-shared-lib
0.3.3 and Polymer 0.4.2.
Install/update
bower install GoogleWebComponents/google-map
What's new
- Tests!
- a2fb6fc - Added
maxZoom
andminZoom
attributes to the map. Demo updated show usage. - c31fcb0 - Added a
libraries
property togoogle-directions
andgoogle-map
. This is so the map and directions elements can share the same API library load.
Fixes
- 4e1fa6a - Fixed #63 - remove old markers from map when DOM changes.
- 58f9c83 - Zooming the map in/out updates
zoom
property. Fixes #59. @mbykovskyy - 2bfab35 - Fixed #52. Map center is only updated if
latitude
andlongitude
are of type Number. @mbykovskyy - 615e779 - Fixed #50 - panning map across Pacific ocean causes infinite loop
- 94dfecf - Panning the map updates
latitude
/longitude
values. Issue #44 fixed. @mbykovskyy - other bug fixes.