0

I am new to Google places api? I am making an android application in which I have to find all nearby places of some specific type for-example 'Park' within a specific distance radius lets say =20 km (i.e from user's current location) specified by User.

How can I do this using google api? Any help will be much appreciated! Thank you

Usman
  • 87
  • 1
  • 13
  • 1
    Are you trying to use the Google Places API for Android, or the Google Places web service API that returns JSON results? – Daniel Nugent Aug 08 '15 at 18:49
  • Google Places API for Android – Usman Aug 08 '15 at 18:49
  • @DanielNugent If you can hep me for any case i'll be obliged – Usman Aug 08 '15 at 18:52
  • 1
    For using the web service api, take a look here: http://stackoverflow.com/questions/30161395/im-trying-to-search-nearby-places-such-as-banks-restaurants-atms-inside-the-d/30162174#30162174 – Daniel Nugent Aug 08 '15 at 18:53
  • Thank you for your help. I'll try it – Usman Aug 08 '15 at 19:10
  • @DanielNugent i'm getting this error kindly help me.... This is the jason object returned to parser task – Usman Aug 09 '15 at 05:13
  • @DanielNugent {"error_message":"This IP, site or mobile application is not authorized to use this API key. Request received from IP address 110.38.255.216, with empty referer","html_attributions":[],"results":[],"status":"REQUEST_DENIED"} – Usman Aug 09 '15 at 05:13
  • I figured it out thanks for your help – Usman Aug 09 '15 at 05:33
  • @DanielNugent how to get Places photo what jason object getting is place icon is there any way to get photo too. – Usman Aug 09 '15 at 05:52
  • Not sure offhand, I'll have to look in to that when I have time. – Daniel Nugent Aug 09 '15 at 06:05

0 Answers0