README ¶ gpxtoolkit Collection of tools to deal with GPX files. Tools gpxkml Translate GPX files to KML files suitable for viewing in Google Earth. googlecsv Translate Google location history XML into gpxtoolkit CSV. csvgpx Translate gpxtoolkit CSV into GPX. Compiling go build in tool directory. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Point func (pt *Point) Invalidate() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Point ¶ type Point struct { Lat float64 Lon float64 Elev float64 Time time.Time HasLoc bool HasElev bool HasTime bool } Point represents a geographic location, with timestamp. func (*Point) Invalidate ¶ func (pt *Point) Invalidate() Invalidate clears point of its details. Source Files ¶ View all Source files point.go Directories ¶ Show internal Expand all Path Synopsis cmd csvgpx googlecsv gpxkml csv gpx kml Click to show internal directories. Click to hide internal directories.