Can I search for nearby restaurants and bars via the iPhone SDK API?

Possible duplicate:
how to find a list of restaurants near your current location using mapkit on iphone
Find out nearby restaurants using current location data

I would like to know if it is possible to search for nearby restaurants through the ANY API for the iPhone SDK?

Thanks!

+1
ios objective-c iphone cocoa-touch
source share
3 answers
+2
source share

You can refer to the Yelp API to help you.

http://www.yelp.com/developers/documentation

0
source share

You can take a look at your favorite search engine service and see if it contains any API:

http://www.tripadvisor.com/help/what_is_an_api TripAdvisor
http://code.google.com/intl/it-IT/apis/maps/documentation/places/ Google Places
http://www.yelp.com/developers/documentation/search_api Yelp

And so on..

0
source share

All Articles