Route

Properties

NameTypeDescriptionNotes
athlete***SummaryAthlete**[optional] [default to nothing]
descriptionStringThe description of the route[optional] [default to nothing]
distanceFloat32The route's distance, in meters[optional] [default to nothing]
elevation_gainFloat32The route's elevation gain.[optional] [default to nothing]
idInt64The unique identifier of this route[optional] [default to nothing]
id_strStringThe unique identifier of the route in string format[optional] [default to nothing]
map***PolylineMap**[optional] [default to nothing]
nameStringThe name of this route[optional] [default to nothing]
privateBoolWhether this route is private[optional] [default to nothing]
starredBoolWhether this route is starred by the logged-in athlete[optional] [default to nothing]
timestampInt64An epoch timestamp of when the route was created[optional] [default to nothing]
typeInt64This route's type (1 for ride, 2 for runs)[optional] [default to nothing]
sub_typeInt64This route's sub-type (1 for road, 2 for mountain bike, 3 for cross, 4 for trail, 5 for mixed)[optional] [default to nothing]
created_atZonedDateTimeThe time at which the route was created[optional] [default to nothing]
updated_atZonedDateTimeThe time at which the route was last updated[optional] [default to nothing]
estimatedmovingtimeInt64Estimated time in seconds for the authenticated athlete to complete route[optional] [default to nothing]
segmentsVector{SummarySegment}The segments traversed by this route[optional] [default to nothing]
waypointsVector{Waypoint}The custom waypoints along this route[optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]