This extension let you read and write GPX and KML tracks.
-ReadGPX: enter the full path of your GPX file (e.g. /storage/emulated/0/yourfile.gpx)
-GPXRead: returns a list of lat/lng pairs.
-CreateGPX: fileName ( e.g. /storage/emulated/0/yourTrack.gpx)
name: Name of your track
points: enter the list of your lat/lng coordinates
-GPXCreated: returns: path to the written GPX file. result: as String. size: amount of coordinates.
GPXDemo.aia (69,2 KB)
com.django.DjGPXTools.aix (13,2 KB)
** Update version 2 01-01-2021 ***
Now you can read and write kml files too. Use the same procedure as with gpx files.
Updated extension and aia file