Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.19 KB

ExplorerSegment.md

File metadata and controls

19 lines (15 loc) · 1.19 KB

ExplorerSegment

Properties

Name Type Description Notes
Id int64 The unique identifier of this segment [optional] [default to null]
Name string The name of this segment [optional] [default to null]
ClimbCategory int32 The category of the climb [optional] [default to null]
ClimbCategoryDesc string The description for the category of the climb [optional] [default to null]
AvgGrade float32 The segment's average grade, in percents [optional] [default to null]
StartLatlng *LatLng [optional] [default to null]
EndLatlng *LatLng [optional] [default to null]
ElevDifference float32 The segments's evelation difference, in meters [optional] [default to null]
Distance float32 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]