Class GpxDocument.GpxTrackSegment
- Namespace
- Tudormobile.Strava.Documents
- Assembly
- Tudormobile.Strava.dll
Represents a track segment within a track in a GPX document.
public class GpxDocument.GpxTrackSegment : XmlDocumentBase.XmlDocumentElement
- Inheritance
-
GpxDocument.GpxTrackSegment
- Inherited Members
Properties
TrackPoints
Gets the list of track points in the track segment.
public List<GpxDocument.GpxWaypoint> TrackPoints { get; }