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
Latitude
Gets the latitude of the waypoint in decimal degrees.
public double Latitude { get; }
Property Value
Longitude
Gets the longitude of the waypoint in decimal degrees.
public double Longitude { get; }
Property Value
Time
Gets the timestamp of when the waypoint was recorded.
public DateTime Time { get; }