I'm trying to create an Android app that searches for a certain type of business near the user's current location. I found the Google Places API, but it doesn't look like you can specify what type of place you want to search for. They also say you're not allowed to filer the results, so I can't even just filter out the ones i'm actually looking for.
Does anyone have any suggestions on how to search for nearby places of a certain type? This will eventually be displayed using the Google MapView for the Android. But the big problem I'm facing right now is how to get the list of businesses I'm looking for.
Thanks for any help you can give!