On May 2, 7:53 am, pinzerik <[email protected]> wrote: > - I would like to drag loaded markers to save new, corrected, > coordinates.
http://maps.huge.info/pinpointaddress.htm In this case the geocoder is used to position the draggable markers, and their final position is reported to the user. You would add the markers from your database and do something different with the reported position -- such as something similar to GDownloadUrl("finalposition.php?lat="+lat+"&lng="+lng +"&marker="+markerID) to get the position back to a server-side script which updates the database. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
