How can I locate all Walmart store(or any specific store, Walmart is just an example) near my location in my Android application? Which google API shall I use?
Asked
Active
Viewed 1,390 times
-1
-
2Please check this out url http://stackoverflow.com/questions/32393134/getting-results-of-nearby-places-from-users-location-using-google-maps-api-in-a – bharat7777 Feb 28 '17 at 06:07
-
Place picker is more generic to all the nearby hospitals. But what if I just want all the Starbucks near my location instead of all coffee shops near my location? – mia Feb 28 '17 at 06:11
-
1Check below url there i've added name Dominos and see result. https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670,151.1957&radius=500&types=food&name=dominos&key= – bharat7777 Feb 28 '17 at 06:15
-
1@bharat7777 the link doesn't work because of the API authentication – Carl Poole Feb 28 '17 at 06:52
-
2You need to use GOOGLE API KEY for executing. – bharat7777 Feb 28 '17 at 06:54
-
I used google API Key but it gives me this error: { "error_message" : "This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/places_backend?project=_", "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED" } – mia Feb 28 '17 at 07:00