views:

9

answers:

0

Hi all,

I am implementing a location based application that which can give you the results of the nearest cofeeshops. For this I am using the google api, i.e

http://www.google.com/uds/GlocalSearch?key=notsupplied&v=1.0&rsz=large&sll=17.500166,78.394496&sspn=0.020472,0.021458&q=Coffeeshops%0A&lssrc=gb2&lscstyle=final&start=0. But I had a problem with this. When I tried this from the device I am getting the return data as follows,

{"responseData" : null, "responseDetails" : "invalid result Size", "responseStatus": 400}

But it is returning data when I run my app in the Simulator. I really don't understand that what is the problem. Can you guys please help me.

Thaks in advance. Sekhar Bethalam.