Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type Track ¶
type Track struct {
XMLName xml.Name `xml:"trk"`
TrackSegments []TrackSegment `xml:"trkseg"`
Name string `xml:"name"`
}
type TrackPoint ¶
type TrackSegment ¶
type TrackSegment struct {
XMLName xml.Name `xml:"trkseg"`
TrackPoints []TrackPoint `xml:"trkpt"`
}
Click to show internal directories.
Click to hide internal directories.