Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.84 KB

SummarySegment.md

File metadata and controls

25 lines (21 loc) · 1.84 KB

SummarySegment

Properties

Name Type Description Notes
id i64 The unique identifier of this segment [optional] [default to null]
name String The name of this segment [optional] [default to null]
activity_type String [optional] [default to null]
distance f32 The segment's distance, in meters [optional] [default to null]
average_grade f32 The segment's average grade, in percents [optional] [default to null]
maximum_grade f32 The segments's maximum grade, in percents [optional] [default to null]
elevation_high f32 The segments's highest elevation, in meters [optional] [default to null]
elevation_low f32 The segments's lowest elevation, in meters [optional] [default to null]
start_latlng *::models::LatLng [optional] [default to null]
end_latlng *::models::LatLng [optional] [default to null]
climb_category i32 The category of the climb [0, 5]. Higher is harder ie. 5 is Hors catégorie, 0 is uncategorized in climb_category. [optional] [default to null]
city String The segments's city. [optional] [default to null]
state String The segments's state or geographical region. [optional] [default to null]
country String The segment's country. [optional] [default to null]
private bool Whether this segment is private. [optional] [default to null]
athlete_pr_effort *::models::SummarySegmentEffort [optional] [default to null]

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