Rachit95 / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

Set the Local Search center point in Google.API.Search API #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Want to set setCenterPoint() in Google.API.Search API
2. GlocalSearchClient class is used.
3. is any method there similar to setCenterPoint()?

What is the expected output? What do you see instead?
Search particular center point location 

What version of the product are you using? On what operating system?
Visual Studio 2008 professional edition C# 3.5
Windows XP
GoogleSearchAPI.dll v2.0.50727

Please provide any additional information below.
The following one is Google Ajax API. I want similar in Google.API.Search API

var searchControl = new google.search.SearchControl();
localSearch.setCenterPoint("San Francisco, CA");

Original issue reported on code.google.com by vignesh...@gmail.com on 25 Apr 2011 at 5:11