MKMapView Routeline不在路上

时间:2013-01-09 11:31:03

标签: ios objective-c ios4

我已经实现了一种在2点之间绘制路线的方法,但路线不在路上。我怎样才能在路上划出路线?

coordinateArray[0] = CLLocationCoordinate2DMake(appDelegate.latitude, appDelegate.longitude);
coordinateArray[1] = CLLocationCoordinate2DMake(appDelegate.latitude2, appDelegate.longitude2); 

self.routeLine = [MKPolyline polylineWithCoordinates:coordinateArray count:2];
[self.myMapView setVisibleMapRect:[self.routeLine boundingMapRect]]; 
[self.myMapView addOverlay:self.routeLine];

1 个答案:

答案 0 :(得分:0)

这非常有用((:MKPolyline与谷歌地图API https://github.com/Surya121/SBMapWithRoute