On Jan 8, 1:43 pm, Keith Cappuccio <[email protected]> wrote: > Hi! > > I did a bit of programming in college, however my proficiency level is > nowhere near expert. I'm hoping to get a little advice from the users here, > maybe to be pointed in the right direction on a little something. > > I've installed a map > here:http://www.wolfsbloodgear.com/pages/academy-locator. Right now, the map > is > loading, and is centering on the visitor's location automatically. So far, > so good. I want the interface to be simple for my visitors, and it > currently has just the quality that I'd like. > > Now the time has come for me to upload markers onto the map for the user to > see. This will be a location tool for users to identify particular martial > arts schools in their areas. I'd like to be able to not only show the > marker, but also display (when clicked upon) the name, address, and phone > number of the school. I've read the tutorial on adding a single marker, > even adding multiple markers from a javascript array, but the thing here is > that I have (right now) 250 schools to put on the map, and the expected > number will rise above 1000. What is the V3 technique for adding markers > from a separate, editable database? > > I don't expect anyone to write code for me, but if you could point me in the > right direction I'd really appreciate it. Thanks!
Sounds like a "store locator": Have you seen this "article" in the documentation? http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html -- Larry > > Keith -- 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.
