Table of Contents

Class GpxDocument.GpxWaypoint

Namespace
Tudormobile.Strava.Documents
Assembly
Tudormobile.Strava.dll

Represents a waypoint in a GPX document.

public class GpxDocument.GpxWaypoint : GpxDocument.GpxEntity
Inheritance
GpxDocument.GpxWaypoint
Inherited Members

Properties

Elevation

Gets the elevation of the waypoint in meters.

public double Elevation { get; }

Property Value

double

Latitude

Gets the latitude of the waypoint in decimal degrees.

public double Latitude { get; }

Property Value

double

Longitude

Gets the longitude of the waypoint in decimal degrees.

public double Longitude { get; }

Property Value

double

Time

Gets the timestamp of when the waypoint was recorded.

public DateTime Time { get; }

Property Value

DateTime