> Those all require the program to geocode from an address. I simply > want a user to drag a marker onto a Google Map over the spot they want > to mark, and for the latitude and longitude of that address to be > retrieved and passed onto php.
Okay, taking http://maps.huge.info/pinpointaddress.htm as a starter, you leave out the geocoding part and just use the part that allows the user to drag the marker and then gets its new coordinates. Looking at http://code.google.com/support/bin/topic.py?topic=11364 it would look as though http://code.google.com/support/bin/answer.py?answer=81026&topic=11364 would be relevant - for the parts to transmit the lat/long to your server code --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
