문제

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?

도움이 되었습니까?

해결책

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

http://www.yellowapi.com

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top