views:

57

answers:

1

I am developing an iPhone application in which I need to show an image at a specific Latitude & Longitude on a Map. The requirement is - Even if the user zooms in or out on this map screen, the map control should automatically center itself after the zoom, to the same Lat & Long. I am using MKMapView.

I have tried to go through all available documentation. However, I could not come across any callback or other method that will allow me to achieve the objective.

One alternative is to handle touch events. However, I find that as a very complicated solution. And I hope that a simpler alternative exists. Any ideas on the above?

Can you please help? Any example will be appreciated.

A: 

Hi,

I am facing the same issue. It will be great to know the solution.

Thanks in advance, - Ashutosh Sovani

Ashutosh Sovani