Delay the call to the delegate method - mapView:regionDidChangeAnimated:
- by user319419
Whenever the user scrolls map or zooms in/out, this method gets called instantaneously. I want to delay the call to this method by say 2 secs. Is it possible to do that?