I'm displaying the LocalSearchResults in an external tabular list(div
with name 'results) as specified in 
http://www.google.com/uds/solutions/localsearch/extresults.html

                var options = {
                  resultList : document.getElementById("results"),
                };

  var  gLocalSearch = new google.maps.LocalSearch(options);
  map.addControl(gLocalSearch);

 I tried adding Events to LocalSearch control, searchresults in this
way
GEvent.addListener(gLocalSearch, "click", func);
GEvent.addListener(gLocalSearch.results, "click", func);

But these didn't work.(I mean these event handler methods are not
invoked)...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to