Revision history for HTML::GoogleMaps::V3
0.16 2020-12-07
- point bugtracker at github
0.15 2019-09-06
- fix illegal javascript when center is undefined (GH #22, GH #23)
- thanks to Nigel Horne for the above patch
0.14 2018-12-28
- update github repo in POD/README (GH #21)
0.13 2018-12-28
- handle 40* responses from maps API (GH #20)
- thanks to Nigel Horne for the above patch
0.12 2018-09-04
- add missing meta spec to dist (GH #19)
- thanks to Mohammad S Anwar for the above patch
0.11 2018-09-03
- check location is a HASH ref before using (GH #17)
0.10 2017-01-01
- fix various typos in the module (GH #12)
- allow dependency injection of the GeoCoder module (GH #14)
- thanks to Nigel Horne for the above patch
0.09 2016-11-11
- pass sensor=false with api_key (GH #11)
- thanks to Nigel Horne for the above patch
0.08 2016-11-09
- pass api_key and apidriver to Geo::Coder::Google (GH #9)
- fix scrolling of embedded map (GH #10)
- thanks to Nigel Horne for the above patches
0.07 2016-11-07
- add documentation for return values for functions (GH #5)
0.06 2016-05-22
- add LICENCE and use warnings
0.05 2016-05-12
- Transfer repo from G3S to Humanstate
0.04 2016-05-08
- Use https rather than http (GH #3)
- Update to v3 of API (GH #2)
0.03 2016-04-26
- Remove dead links from POD
0.02 2016-04-25
- Add dist information to Makefile.PL (GH #1, thanks to Manwar)
0.01 2016-04-25
- First version, forked from HTML::GoogleMaps