I want to zoom in on an annotation after double clicking on it, but I cant seem to find a method in the developer documentation that does this, So how do I zoom in on a double clicked annotation?
A:
You need to build a custom Annotation that can detect double click. Subclass MKAnnotationView and detect double click
Hussain Saleem
2010-07-05 18:11:05