I’m looking for a way to allow a user to place a marker on a Google map and then get the co-ordinates so I can email them to a user.
Is it possible to allow users to do this on the fly? I’ve seen here and understand I can do this using longitude and Latitude. So using the above method can I get a Longitude and Latitude from a users click?
This older post is what you’re looking for I think. Add in an ajax call with the lat/long and you should be good to go.