On May 11, 9:51 am, "[email protected]" <[email protected]> wrote: > Is it possible to let my users to map locations? I'm working on a > site, which allows users to add new properties, it would be cool to > let them to map them as well.
It's an API. Almost anything is possible. Have a look at John's little utility here, for example: http://maps.huge.info/pinpointaddress.htm User enters address: GClientGeocoder geocodes it and adds a marker to the map; user moves the marker; theh user clicks button -- or you use the dragend event -- to update the database. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
