ticofab / android-gpx-parser

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

How to deal with missing extensions? #29

Closed tensorfoo closed 4 years ago

tensorfoo commented 4 years ago

Hi, thanks so much for this nice library! Quick question, my GPX files also have a HR field under TrackPointExtension (to go along with the usual lat/long/time fields). I'm trying to figure out the best way to go add the HR field to the TrackPoints returned by the library.

ticofab commented 4 years ago

Hey @tensorfoo ! The rule is: If fiends are part of the official GPX standard, I'm happy to include them in the library - please open a PR :) Otherwise, I imagine that the only way would be to fork the project, add the extension to your fork and link to your version in your app. Closing the issue for now, feel free to reopen.