On Oct 8, 2:03 pm, "Al Caughey" <[EMAIL PROTECTED]> wrote: > Can anyone point me to a quick example of how you can allow a user to > click on a map and then determine the lat/long of the click location?
Did you read the documentation? There are lots of good examples in there. http://code.google.com/apis/maps/documentation/events.html#Event_Arguments This example isn't quite what you want, but if you remove the call to fromLatLngToDivPixel, it will be: http://code.google.com/apis/maps/documentation/examples/event-arguments.html -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
