I am using an MkMapView with mkusertrackingmodefollowwithheading tracking mode so that the map rotates according to the compass heading.
I need to know if a particular location is visible on the mapview or not.
Considering that the mapview is rotating, this seems rather hard, but also like a common need for many different apps.
Is there any way to do it?
Thanks! -c