I want to develop an application for searching Near by places(restaurants, ATMs etc), Currently I am using Google Places API and it is working fine but the problem is it is not giving me the names of local restaurants present near to me or also giving some restaurants name which are far away from my current location.
All my local restaurants are present and shown on Google Maps in restaurant Category but not providing the same in nearby searches.
When I tries the same using application NearMe on play Store its is showing the proper data including all my nearby local restaurants and more precise results.
Is something needs to be done at coding level to get all these local restaurants data and more precise results or NearMe using some different API ?
&radius=xxx
in your query?