本文介绍了从CLLocation数组创建GPX文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序需要使用application共享设备中的CLLocations(Route)数组。我没有在此之前使用GPX的经验。 GPX是最好的格式吗?如何从给定的CLLocations数组创建GPX文件? Objective C中是否有标准的GPX解析器?
从我在网上搜索的内容和SO回答这些问题分别是

My application needs to share array of CLLocations (Route) within devices using application.I have no experience of using GPX before this. Is GPX is best format to do it? How can I create GPX file from given such array of CLLocations? and is there standard GPX parser in Objective C?From what I have searched on net and SO answer to these questions are respectively

1.cant say
2. I have seen some webpages converting data of points in GPX format but could not find how they are doing it.
3. No

如果我得到其他答案/意见,我会很高兴。我知道这些都是很多问题。任何帮助或建议都将非常感激。

I will be happy if I get alternate answers/views. I understand that these are lot of questions. Any help or suggestion will be hugely appreciated.

推荐答案

Watanabe Toshinori刚刚成为你最好的朋友(我也是),代码是这里:

Watanabe Toshinori just became your new best friend (mine as well), code is here:

这篇关于从CLLocation数组创建GPX文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-19 00:27