Auto-generated by Google
Loading...
Created programmatically
// Create a search control
var searchControl = new google.search.SearchControl();
// Add in local search
var localSearch = new google.search.LocalSearch();
var options = new google.search.SearcherOptions();
options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN);
searchControl.addSearcher(localSearch, options);
// Set the Local Search center point
localSearch.setCenterPoint("San Francisco, CA");
// Tell the searcher to draw itself and tell it where to attach
searchControl.draw(document.getElementById("searchcontrol"));
// Execute an inital search
searchControl.execute("burritos");
0 comentarii:
Trimiteți un comentariu