Name | Type | Description | Notes |
---|---|---|---|
athlete | SummaryAthlete | [optional] | |
description | str | The description of the route | [optional] |
distance | float | The route's distance, in meters | [optional] |
elevation_gain | float | The route's elevation gain. | [optional] |
id | int | The unique identifier of this route | [optional] |
map | PolylineMap | [optional] | |
name | str | 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] |
sub_type | 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] |