Hi,
I am trying to track a route using gpx file.I searched in google.But didn't get solutions.please give me any ideas.
Thanks
Hi,
I am trying to track a route using gpx file.I searched in google.But didn't get solutions.please give me any ideas.
Thanks
GPX is just an XML file, Parse it to decode the lat/long information and use as needed.
Thank you Chris…
I am using this example to set track points https://github.com/peplin/gpxviewer
It is working only for track points. But couldn’t set waypoints and route.
I have to think there might be a more modern library that can do what you need.