Class GpxDocument.GpxTrack
- Namespace
- Tudormobile.Strava.Documents
- Assembly
- Tudormobile.Strava.dll
Represents a track in a GPX document.
public class GpxDocument.GpxTrack : GpxDocument.GpxEntity
- Inheritance
-
GpxDocument.GpxTrack
- Inherited Members
Properties
Number
Gets the track number.
public long Number { get; }
Property Value
TrackSegments
Gets the list of track segments in the track.
public List<GpxDocument.GpxTrackSegment> TrackSegments { get; }