Hello!
Library capabilities - LibGPX version 1.0
The above library enables:
1. read the information contained in the files - GPX;
2. Write the GPS coordinates to the new file in the following format (see example).
- The included DEMO example includes all the library capabilities - LibGPX.
Regards.
File format example: "trk-1-topografix.gpx"
Library capabilities - LibGPX version 1.0
The above library enables:
1. read the information contained in the files - GPX;
2. Write the GPS coordinates to the new file in the following format (see example).
- The included DEMO example includes all the library capabilities - LibGPX.
Regards.
File format example: "trk-1-topografix.gpx"
B4X:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.16.3" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<link href="http://www.garmin.com">
<text>Garmin International</text>
</link>
<time>2014-11-03T17:51:45Z</time>
<bounds maxlat="52.715650834143162" maxlon="13.296030610799789" minlat="52.130070794373751" minlon="7.670284537598491"/>
</metadata>
<trk>
<name>FMO_Berlin</name>
<extensions>
<gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
<gpxx:DisplayColor>Blue</gpxx:DisplayColor>
</gpxx:TrackExtension>
</extensions>
<trkseg>
<trkpt lat="52.131124902516603" lon="7.690135566517711">
<ele>47.722534199999998</ele>
<time>2012-01-27T10:05:02Z</time>
</trkpt>
...
</trkseg>
</trk>
</gpx>
Attachments
Last edited: