Gpx parser or GPX documentation
问题 I'm developing an iOS 5 application. I want to develop a GPX parser but I'm wondering if there is one developed before I start to developing it. Do you know if there is an Objective-c GPX parser? 回答1: Have a look at: http://terrabrowser.googlecode.com/svn/trunk/ There you will find GPSFileParser.m and GPSFileParser.h which may help you. 回答2: I have been working on the gpx-api for a little while. It will read gpx files and has a data model that is useable (in my opinion). 回答3: There is no