Okay what I need is to gather information from “users”…
I’d like to display a map (eg google maps via their API) and allow the user to stick a “pin” in the map to mark a point, along with a comment or label. This bit doesn’t seem too bad as there’s shareable map stuff that lets you do this.
What I need to do however is to get access to the location of each “pin” along with its associated label/comment and store the data, presumably as OS co-ords.
Any thoughts ?