Table of Contents

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

long

TrackSegments

Gets the list of track segments in the track.

public List<GpxDocument.GpxTrackSegment> TrackSegments { get; }

Property Value

List<GpxDocument.GpxTrackSegment>