I am trying to create a google form with a map that focuses on a country (Japan in this case), which allows users to find a location in Japan, click on it, and have a lattitude and longitude box on the form automatically filled up.
I found this site: http://googlemapsapi.blogspot.com/2008/02/creating-user-contributed-map-look-ma.html which states "To do this, we create a map and then assign an event listener for the map 'click' event that writes the values of the clicked coordinate into the form input fields. The code that accomplishes that is shown below: " but it doesn't show how to add an event listener. Should I be adding the listener to the form, or the map, and how do I add it? In addition, I'm also trying to create a google map of points based on the lattitudes and longitudes in a google spreadsheet, but the google wizard doesn't seem to work anymore as the auth key seems too long. Is there any updated wizard for this? I'm totally new to this, so is anyone able to walk me through? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
