Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.48 KB

SummarySegment.md

File metadata and controls

24 lines (21 loc) · 1.48 KB

Strava.NET.Model.SummarySegment

Properties

Name Type Description Notes
Id long? The unique identifier of this segment [optional]
Name string The name of this segment [optional]
ActivityType string [optional]
Distance float? The segment's distance, in meters [optional]
AverageGrade float? The segment's average grade, in percents [optional]
MaximumGrade float? The segments's maximum grade, in percents [optional]
ElevationHigh float? The segments's highest elevation, in meters [optional]
ElevationLow float? The segments's lowest elevation, in meters [optional]
StartLatlng LatLng [optional]
EndLatlng LatLng [optional]
ClimbCategory int? The category of the climb [optional]
City string The segments's city. [optional]
State string The segments's state or geographical region. [optional]
Country string The segment's country. [optional]
_Private bool? Whether this segment is private. [optional]
AthletePrEffort SummarySegmentEffort [optional]

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