Hi,
function abc()
{
.......
searchControl.setSearchCompleteCallback(this, gotResults);
}
function gotResults(sc, searcher){
var restaurants = new Array();
for (i=0; i<searcher.results.length; i++){
.......
.......
}
}
>From the above code I am able to get 4 results only. How to get all
reesults from Local search API.
Thanks in advance.
Regards,
Richrads...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---