Reputation: 1050
I am making my first android app to track and manage medications.
One of the features I want to include is adding a page that says '"Find Local Pharmacies'.
What I want is very simple - when the user opens this page I want a map to appear with pins on all the places that matched the term 'pharmacy' (within say a 5km radius).
I have never used Google Maps API before so I don't know if this sort of thing is even possible - online searches suggest Google doesn't have a 'search' API, but is there any easy way to do this?
Thanks!
Upvotes: 1
Views: 105
Reputation: 506
One option would be to use the Google Places API. I see they've got a place type of "pharmacy".
Upvotes: 1