ticofab / android-gpx-parser

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

Parse waypoint description #17

Closed ticofab closed 6 years ago

ticofab commented 6 years ago

The library (1.1.2) still not parse the (description) field from waypoint! Can you please add it in the next version? thanks in advance.

// part from real gpx file. -=1=- 150 A text description of the element. Holds additional information about the element intended for the user, not the GPS.

ticofab commented 6 years ago

Fixed in 1.2.0 .

frogboiled commented 6 years ago

@ticofab Thanks a lot! The best android gpx parser!!!