Hello everyone,
I am developing an iphone application by using ajax api local search
for to get the near locations from a specific location. However, as a
response I get bunch of results with different kinds of locations and
none of them is even close to the location that I stated. And here is
my URL:
@"
http://ajax.googleapis.com/ajax/services/search/local?
v=1.0&key=XXX&q=restaurant&sll=48.8053,11.7579&rsz=large&start=0"
I couldn't figure it out if it is because of my URL or there is
something wrong with the local search google ajax api?