I am using goole place API for finding near by places, but always it gives me wrong value.
Here is my framed link - https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=12.848048,77.654625&radius=10000&types=courier_services&sensor=true&key=[API_KEY].
Another way of framing the URL:
https://maps.googleapis.com/maps/api/place/search/json?location=42.848048,34.654625&radius=10000&types=courier_services&sensor=true&key=[API_KEY].
Here i am searching for courier services around my places, but i get some irrelevant results. It gives me few hotel details in the response. Above both url's results same response.
Does anybody has any idea or faced the same problem.