Name | Type | Description | Notes |
---|
id | Int64 | The unique identifier of this segment | [optional] [default to nothing] |
name | String | The name of this segment | [optional] [default to nothing] |
climb_category | Int64 | The category of the climb [0, 5]. Higher is harder ie. 5 is Hors catégorie, 0 is uncategorized in climbcategory. If climbcategory = 5, climbcategorydesc = HC. If climbcategory = 2, climbcategory_desc = 3. | [optional] [default to nothing] |
climbcategorydesc | String | The description for the category of the climb | [optional] [default to nothing] |
avg_grade | Float32 | The segment's average grade, in percents | [optional] [default to nothing] |
start_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
end_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
elev_difference | Float32 | The segments's evelation difference, in meters | [optional] [default to nothing] |
distance | Float32 | The segment's distance, in meters | [optional] [default to nothing] |
points | String | The polyline of the segment | [optional] [default to nothing] |
[Back to Model list] [Back to API list] [Back to README]