1

I use the MKPinAnnotationView for pin annotation.Can i possibly display the curent address of the location as the pin annotation if i move the pin randomly on the map?

skaffman
  • 398,947
  • 96
  • 818
  • 769
user844556
  • 91
  • 2
  • 3
  • Have you looked at the MKReverseGeocoder class or the sample app [CurrentAddress](http://developer.apple.com/library/ios/#samplecode/CurrentAddress/Introduction/Intro.html)? –  Jul 14 '11 at 13:56