i have 200 pois in my app. i want to display the nearest pois to the user within 100 meters range in a mapview. How is this possible?

link|improve this question

feedback

1 Answer

Iterate over the collection of annotations, and use the distanceFromLocation method of CLLocation to establish how far they are from the device position. If they are within range simply add them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.