SymbolixAU / googleway

R Package for accessing and plotting Google Maps
http://symbolixau.github.io/googleway/
Other
234 stars 46 forks source link

Return coordinates if a marker is dragged (#207) #208

Closed tdeenes closed 5 years ago

tdeenes commented 5 years ago

This PR solves issue #207

- defined marker_dragged() in map_events.js
- note: I only listen to the 'dragend' event; 'drag' and 'dragstart' could be added as well
- updated the set_each_marker() function
- added a manual test
SymbolixAU commented 5 years ago

Looks good at first glance - I'll check it fully later today. Thanks for adding it.