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 get the speed from track points? #39

Closed binu8051 closed 3 years ago

binu8051 commented 3 years ago

Hi, i am trying to use your library and i need the speed of the trackpoint from your sample gpx file `

1.4887607411448586791635761983343400061130523681640625

</ns2:extensions>`

ticofab commented 3 years ago

Hey there, the <speed> tag is an extension, meaning that it isn't part of the GPX specification and therefore not supported by this parser. Feel free to open a PR to include the speed parameter and it might get merged :)