I work for a travel company. We're storing the coordinates of our 400+ properties in our MS SQL database. We would like to add just a few points (20-40) of interest for each "village" or "neighborhood" for each of our properties, e.g. ATMs, restaurants, stores.
I have an interface that allows my coworkers to enter in the property location coordinates by clicking on the map, and it works great. For this, though, I need to allow them to choose an icon type (e.g. restaurant), click on the map, add a name, submit to a database. I can figure this out, because it's really similar to what I've already done...but I'm not actually extracting data from the map, at this point, just recording the click and text from a form. What I would *like* to do is allow them to add multiple markers and names and *then* submit them all at once. I have no idea how to even start, so far as retrieving data *from* the map, which is what I think this would require. Does someone know of a tutorial or example of this somewhere around? I've tried a bunch of searches (here, in code.google.com and elsewhere) and can't seem to nail down the right search keywords. I work in SQL, classic ASP and Javascript. It's the javascript part to extract multiple points/text that I'm looking for an example of...if I can get the data, I know what to do with it. :) Thanks, Julie -- 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.
