+
+cotoGPS databse formats
+
+
+
+
+
+You are a developer and want to work with tracks and/or markers? Well,
+it's YOUR data, here is the format description!
+
+
+Tracks:
+
+Tracks are just a couple of database records, each representing one
+position and it's data (called a trackpoint). This is the structure
+used inside of cotoGPS:
+
+
lat, lon: latitude, longitude of current position, format in PalmOS
+(m68k or big endian) mode. west and north positive. radian.
+
name: name of the marker
+
rest: if the record is longer then this structure, the rest is
+completely human readable text, the notes one can enter for each
+marker. so you have to check the length when reading the records!