I’m playing with google Maps and I need some directions 🙂
I’d like a map with a draggable marker. If the user drags the marker some formfields need to be updated with the coordinates of the marker.
Is there a jQuery-plugin that can do this using the v3 of the Google Maps API?
You dont need jquery, it won’t make it any easier.
First create your map and add a draggable marker.
Then you just need to add an event listener to the map that listens for the marker drag event and updates the textboxes.
http://jsfiddle.net/xTh5U/