[Google Maps API v3] Re: Search in database (xml file)

2011-07-19 Thread xelawho
> I should be able to find the address in the xml file right? > However, I couldn't. > > Is there anyone have idea, what mistake I did? just loop through the names or addresses or whatever you're searching for and compare it for a match against whatever's entered in the input box. have a look at

[Google Maps API v3] Re: Search in database (xml file)

2011-07-18 Thread Daejeon
How can I search in my own database? Example above is using Geocode, however, the problem is it depend on geocode database instead of mine. Is there any method to search other than geocode? Regarding to this post of Mike Williams http://econym.org.uk/gmap/geomulti.htm If I store address in xml

[Google Maps API v3] Re: Search in database (xml file)

2011-07-18 Thread xelawho
The search function that I would > like to perform is something like, when I search for some particular marker, > it will zoom or bring me to that particular marker. the search parameters are kind of up to you to design, although I imagine adding an autosuggest to the input field may make life eas