it is, i implement this-- <script type="text/javascript" src=" http://www.google.com/jsapi?key=ABQIAAAApcRw7LAY7zMNfNsKazAoVhR1sXwWVJJNsBVuusMi5p95FJySVxQZzp3bcFppUHA3QRkLJ2uPJHqjIg "></script> <script type="text/javascript"> google.load("maps", "2"); google.load("search", "1");
// Call this function when the page has been loaded function initialize() { var map = new google.maps.Map2(document.getElementById("map")); map.setCenter(new google.maps.LatLng(37.4419, -122.1419), 13); var searchControl = new google.search.SearchControl(); searchControl.addSearcher(new google.search.WebSearch()); searchControl.addSearcher(new google.search.NewsSearch()); searchControl.draw(document.getElementById("searchcontrol")); } google.setOnLoadCallback(initialize); </script> </head> <body> <form id="form1" runat="server"> <div id="map" style="width: 200px; height: 200px"></div> <div id="searchcontrol" style="width:1000px;"></div> </form> </body> But it is not exactly as google searh. On Fri, Mar 20, 2009 at 1:18 PM, Cerebrus <zorg...@sify.com> wrote: > > No. It's not urgent at all. If it were, you would have considered > posting a specific question, detailed what research you have already > done and shown us exactly what problem you face in the implementation. > > Google has many many API's (http://code.google.com/more/#products- > products-android<http://code.google.com/more/#products-%0Aproducts-android>). > How the hell are we supposed to know which one you > are talking about? > > On Mar 19, 3:25 pm, shini gupta <shini2...@gmail.com> wrote: > > Hi All, > > > > Can any tell me about google API and give it's example.It's urgent. > > > > Thanking You >