Create multiple MKOverlays of polyline from locations coming via web-service
问题 My app is real-time tracker, where multiple users are logged in and updating their location by sending their co-ordinates to our web service which is then called back let's after every 2 minutes to show all the users on my MapView . Every time I get the locations of users from web service in connectionDidFinishLoading method, I am parsing, creating polyline through pointsArray and adding them to overlay : -(void) connectionDidFinishLoading: (NSURLConnection *) connection { userLatitudeArray =