我正在使用MKMapView SDK。 我可以得到两点的坐标。但是如何获得由Google生成的路径,坐标点数组,我可以在MKMapView上绘制该路径吗?
谷歌是计算2点之间最短路径的人。我是如何在Iphone上做到的?
在哪里以及如何生成该route.kml文件??
//在应用程序的软件包中找到route.kml文件的路径 //并使用KMLParser解析它。 NSString * path = [[NSBundle mainBundle] pathForResource:@" route" ofType:@" KML"]; kml = [[KMLParser parseKMLAtPath:path] retain];