Wasn't it thebrianschott who wrote: >There is still at least one bug that I could stomp out, but it is not >critical. If a person clicks a marker and then tries to drag it to >a new location, the original latlng is stored, not the ultimate one, >although the marker drags fine.
You can either listen for dragend events, or you could keep a global reference to the marker instead of the latlng, and then use marker.getLatLng() when the user clicks Submit. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
