user2526811
user2526811

Reputation: 1253

How to implement search Venue through FourSquare API in iPhone

I display the nearby venues by Foursquare as per following Github code. It works fine.

GitHUb Code

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

Answers (1)

octopi
octopi

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

Related Questions