Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.41 KB

ExplorerSegment.md

File metadata and controls

19 lines (15 loc) · 1.41 KB

ExplorerSegment

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]
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. If climb_category = 5, climb_category_desc = HC. If climb_category = 2, climb_category_desc = 3. [optional] [default to null]
climb_category_desc String The description for the category of the climb [optional] [default to null]
avg_grade f32 The segment's average grade, in percents [optional] [default to null]
start_latlng *::models::LatLng [optional] [default to null]
end_latlng *::models::LatLng [optional] [default to null]
elev_difference f32 The segments's evelation difference, in meters [optional] [default to null]
distance f32 The segment's distance, in meters [optional] [default to null]
points String The polyline of the segment [optional] [default to null]

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