Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.04 KB

ExplorerSegment.md

File metadata and controls

18 lines (15 loc) · 1.04 KB

Strava.NET.Model.ExplorerSegment

Properties

Name Type Description Notes
Id long? The unique identifier of this segment [optional]
Name string The name of this segment [optional]
ClimbCategory int? The category of the climb [optional]
ClimbCategoryDesc string The description for the category of the climb [optional]
AvgGrade float? The segment's average grade, in percents [optional]
StartLatlng LatLng [optional]
EndLatlng LatLng [optional]
ElevDifference float? The segments's evelation difference, in meters [optional]
Distance float? The segment's distance, in meters [optional]
Points string The polyline of the segment [optional]

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