Hi,
I like the GPXParser and it works great. I'm getting tracks out of a file and just to have a distinction between tracks and waypoints I changed my declarations to TrackPoint
but that did not work because getTracks returns "ArrayList<Waypoint>" and I can not cast it to "ArrayList<TrackPoint>".
I can live with that. But it would be nice to get them correct, also why Waypoint and not WayPoint?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'll look into the TrackPoint list being returned instead of Waypoint list.
I used "Waypoint" and not "WayPoint" because on the gpx documentation page, this was the way those terms were written. English is not my native language and I didn't think much of those term.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I like the GPXParser and it works great. I'm getting tracks out of a file and just to have a distinction between tracks and waypoints I changed my declarations to TrackPoint
but that did not work because getTracks returns "ArrayList<Waypoint>" and I can not cast it to "ArrayList<TrackPoint>".
I can live with that. But it would be nice to get them correct, also why Waypoint and not WayPoint?
Hello,
I'll look into the TrackPoint list being returned instead of Waypoint list.
I used "Waypoint" and not "WayPoint" because on the gpx documentation page, this was the way those terms were written. English is not my native language and I didn't think much of those term.