Reputation: 1253
I display the nearby venues by Foursquare as per following Github
code. It works fine.
But I want to implement the search API of Foursquare for venue search.
I already checked the Search API Documentation But I can not find any how can I implement this API.
Help me to solve this..
Upvotes: 0
Views: 559
Reputation: 2004
If you take a look at the Foursquare2 class, there are a bunch of searchVenues
methods that can achieve what you want.
Upvotes: -1