I am working on an Android application in which I need to achieve the following goals.
- Get the current position(co-ordinates) of the device - Done
- Search within a given radius centering the device position for the nearest bus stations and List them.
I need help on the second thing. Is there any way to get the Nearest bus stations from the Google Map inside an android application? Can I use Google Places API to achieve this?(the official page says that it's still experimental). If yes, how?
Thanks.