1

Possible Duplicate:
how to find restaurant list near current location using mapkit in iphone
How to find out the near by restaurants using current location details

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

Thanks!

Community
  • 1
  • 1
meetpd
  • 9,150
  • 21
  • 71
  • 119

3 Answers3

2

You have google Places API and SimpleGeo API

http://code.google.com/apis/maps/documentation/places/

https://simplegeo.com/docs/

ipraba
  • 16,485
  • 4
  • 59
  • 58
0

You can refer the Yelp API that will help you

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

Nikunj Jadav
  • 3,417
  • 7
  • 38
  • 54
0

You can have a look at your favorite search engine service and see if it exposes some 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..

pasine
  • 11,311
  • 10
  • 49
  • 81