1

Is it possible to animate changes to the coordinates of an annotation on an MKMapView in iOS? Nothing in the API seems to indicate that this is possible, however apps like Uber seem to do this when showing car locations in their map. Perhaps they are calling setCoordinate: multiple times over a short time to give the appearance of animation taking place?

bryguy1300
  • 901
  • 9
  • 11
  • 2
    [This answer](http://stackoverflow.com/a/8564097/467105) by Vladimir may be useful. –  Jan 20 '13 at 02:38
  • Yes, simply wrapping the setting of the coordinate does end up animating the change on the map. I did not expect that to be the case since MKAnnotation is not a subclass of UIView. Apple must be doing something a bit special with it :) – bryguy1300 Jan 21 '13 at 04:41

0 Answers0