Updating MKannotation image without flashing
I want to update the images of some of my annotations on a mapview every 5 seconds, however I dont' want to remove and re-add them to the map as this causes them to 'flash' or refresh, (ie disapear then reappear). I want it to be seamless. I've tried the following: //get the current icon UserAnnotation *annotation = [self GetUserIconWithDeviceId:deviceId]; //make a new annotation for it UserAnnotation *newAnnotation = [[UserAnnotation alloc] initWithCoordinate: userCoordinates addressDictionary:nil]; newAnnotation.title = name; newAnnotation.userDeviceId = deviceId; NSInteger ageIndicator = [