Table of Contents

Class GpxDocument.GpxRoute

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

Represents a route in a GPX document.

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

Properties

Number

Gets the route number.

public long Number { get; }

Property Value

long

RoutePoints

Gets the list of route points in the route.

public List<GpxDocument.GpxWaypoint> RoutePoints { get; }

Property Value

List<GpxDocument.GpxWaypoint>