Name | Type | Description | Notes |
---|---|---|---|
Athlete | SummaryAthlete | [optional] | |
Description | string | The description of the route | [optional] |
Distance | float? | The route's distance, in meters | [optional] |
ElevationGain | float? | The route's elevation gain. | [optional] |
Id | int? | The unique identifier of this route | [optional] |
Map | PolylineMap | [optional] | |
Name | string | The name of this route | [optional] |
_Private | bool? | Whether this route is private | [optional] |
Starred | bool? | Whether this route is starred by the logged-in athlete | [optional] |
Timestamp | int? | [optional] | |
Type | int? | This route's type (1 for ride, 2 for runs) | [optional] |
SubType | int? | This route's sub-type (1 for road, 2 for mountain bike, 3 for cross, 4 for trail, 5 for mixed) | [optional] |
Segments | List<SummarySegment> | The segments traversed by this route | [optional] |
Directions | List<RouteDirection> | The directions of this route | [optional] |