在Iphone MKMapView上使用Google Map获取路径的坐标点

时间:2011-12-16 01:25:55

标签: iphone mkmapview

我正在使用MKMapView SDK。 我可以得到两点的坐标。但是如何获得由Google生成的路径,坐标点数组,我可以在MKMapView上绘制该路径吗?

谷歌是计算2点之间最短路径的人。我是如何在Iphone上做到的?

在哪里以及如何生成该route.kml文件??

//在应用程序的软件包中找到route.kml文件的路径     //并使用KMLParser解析它。     NSString * path = [[NSBundle mainBundle] pathForResource:@" route" ofType:@" KML"];     kml = [[KMLParser parseKMLAtPath:path] retain];

0 个答案:

没有答案