stephanenicolas / robospice

Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k stars 545 forks source link

Regarding google locations API response using robospice #433

Closed sunnymopada closed 9 years ago

sunnymopada commented 9 years ago

Hello sir, I have tried to get near locations using google API, https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=17.4154303,78.4334424&radius=5000&types=police&sensor=true&key=SERVER_KEY

it is working well with Asynctask and showing JSON response in browser.. But when trying to get details using robospice.. the result REQUEST_DENIED

Please help me regarding this, I struck in my learning.. Thank you..