How to display Annotation view without clicking on pin in mapview?

iphone

Solution

Try out:

It seems that `[mapView selectAnnotation:annotation animated:YES]` works too.

Hope this helps.

Problem

I have implemented one map application in which i have display pin animation for current location.When i click on the pin at that time annotation view will open. But i want to display annotation view without clicking on pin.Is it possible if possible then please give me idea about that. Thanks in advance.

Original source