Table of Contents

Namespace Tudormobile.Strava.Documents

Classes

GpxDocument

Represents a GPX (GPS Exchange Format) document with support for versions 1.0 and 1.1.

GpxDocument.GpxBounds

Represents the geographic bounds of a GPX document.

GpxDocument.GpxEntity

Base class for GPX entities that contain common metadata properties.

GpxDocument.GpxRoute

Represents a route in a GPX document.

GpxDocument.GpxTrack

Represents a track in a GPX document.

GpxDocument.GpxTrackSegment

Represents a track segment within a track in a GPX document.

GpxDocument.GpxWaypoint

Represents a waypoint in a GPX document.

TcxDocument

Represents a Training Center XML (TCX) document, providing access to workout and fitness data in the TCX format.

TcxDocument.TcxActivity

Represents an activity in a TCX document, containing sport type, identifier, and lap data.

TcxDocument.TcxActivityLap

Represents a lap within an activity, containing timing, distance, and trackpoint data.

TcxDocument.TcxTrackpoint

Represents a trackpoint in a lap, containing timestamp, position, altitude, distance, and heart rate data.

XmlDocumentBase

Provides a base class for XML document wrappers, offering common save operations for derived XML document types.

XmlDocumentBase.XmlDocumentElement

Base class for GPX/TCX elements that wrap XML elements.