0

POI: Point of interest(http://en.wikipedia.org/wiki/Point_of_interest)

Is there a iOS api which I can use to get a list of POIs near a user location? Here's what I want - the user enters a search term and I already know his latitude and longitude. I want to get an list with the POI details based on the search terms.

So lets say I search for Starbucks at a particular location, I should get all Starbucks within a radius of say 5 miles from where I am.

Can iOS API do this?

Gagravarr
  • 47,320
  • 10
  • 111
  • 156

1 Answers1

0

Not natively within iOS, but you can use a third party provider, such as YellowPages.com.

http://www.yellowapi.com

Jess Bowers
  • 2,846
  • 1
  • 22
  • 42
  • Thanks. I know we can do this with the third party provider such as google place api(https://developers.google.com/maps/documentation/places). I only want to know, Can we do this with iOS SDK. Thanks again. – Sakuragi Hanamichi Jan 24 '13 at 05:30