> (I had marker categories, where > the maker name is the stadium) Well, that's nice but do remember we have no idea what your page looks like, what data you have, or where you're keeping it, or what you expect to happen if you find something in a search.
Guessing you have a bunch of markers and each has a "name" given to it. Don't know where, perhaps its in a .title attribute or something. First up you need to keep a copy of your data if you want to be able to search it later. Perhaps you already keep a global array of GMarkers, and so be able to search through their title properties. here's some ideas about searching using javascript - http://www.google.co.uk/search?hl=en&q=text+search+javascript+array&meta= good luck, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
