There is no practical difference between google.elements.LocalSearch and google.maps.LocalSearch except that when you use google.elements, the source is returned minified, saving bandwidth and improving site performance. And actually, if you enable the GoogleBar on your GMap, that's the same thing, too.
What do you mean by cleaning up the search match list? Are you wanting to clear the results, remove extraneous results, or something else? You can find documentation for the AJAX Search API, which forms the heart of the google.*.LocalSearch control, which will cover the onSearchCompleteCallback, at the links below: http://code.google.com/apis/ajaxsearch/documentation http://code.google.com/apis/ajaxsearch/documentation/reference.html And for the LocalSearch control itself, which will cover the onGenerateMarkerHtmlCallback, at this link: http://www.google.com/uds/solutions/localsearch/reference.html Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Sep 1, 2009, at 9:22 AM, O View wrote: > > Hi. > Could anyone please tell me if there are any differences at all > between google.elements and google.maps LocalSearch class ? I see > examples using both of them and it seems they are the same... Is that > right ? > Additionally , I´m trying to clean up the search match list , > displayed on the Google Search Bar I embedded on the map. Is there any > method I can invoke so I can clean up the list and all the markers > displayed for this particular search ? > Is there any compreensive documentation on the response object and all > callback parameters for onSearchCompleteCallback, > onGenerateMarkerHtmlCallback, etc... events ? > Thanks in advance, > > Fábio > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en -~----------~----~----~----~------~----~------~--~---
