I am building a Android app using the Google Maps Android API v2.
I have a database of lat/long that Im trying to search and display, either by radius(in miles) and/or key-word based on my current location.
What would be the best way to approach this problem?
Thank you in advance.