I'm writing a phonegap app for iPhone/Android, heavily using the google maps javascript api.
Part of the app involves the user being able to place a marker wherever they want on the map, and the coordinates of that position then being sent to the app to be used in other processes which are not presently relevant.
So that's my problem: I'm not sure whether it's possible to drag and drop a marker, and I couldn't find any references to other people doing it after a few google searches.
Anybody got any info on this?
thanks!