Multiple MKPolyline on MKMapView iOS6
问题 I am working with MKMapView to draw route using MKPolyline , I am able to draw single route with an array of waypoints.Now I want to draw multiple MKPolyline s on the MKMapView for instance, A blue MKPolyline from 28.102021, 77.10129 to 28.20320, 77.3021 and A red MKPolyline from 28.50930, 77.89192 to 28.60291, 77.87328 . How can I achieve this ? Code: - (void)viewDidLoad { [super viewDidLoad]; locationManager = [[CLLocationManager alloc] init]; locationManager.desiredAccuracy = 6.0;