ticofab / android-gpx-parser

A library to parse XML Gpx files, built for Android.
Apache License 2.0
123 stars 44 forks source link

Metadata parsing #19

Closed StuStirling closed 5 years ago

StuStirling commented 5 years ago
  1. Parsing the metadata tag according to http://www.topografix.com/GPX/1/1/#type_metadataType
  2. Parsing href attribute on Link objects
  3. Parsing version and creator attributes on main gpx tag.

These were quick additions that I needed for a project. Could do with more testing.