Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.03 KB

Lap.md

File metadata and controls

27 lines (23 loc) · 2.03 KB

Lap

Properties

Name Type Description Notes
Id int64 The unique identifier of this lap [optional] [default to null]
Activity *MetaActivity [optional] [default to null]
Athlete *MetaAthlete [optional] [default to null]
AverageCadence float32 The lap's average cadence [optional] [default to null]
AverageSpeed float32 The lap's average speed [optional] [default to null]
Distance float32 The lap's distance, in meters [optional] [default to null]
ElapsedTime int32 The lap's elapsed time, in seconds [optional] [default to null]
StartIndex int32 The start index of this effort in its activity's stream [optional] [default to null]
EndIndex int32 The end index of this effort in its activity's stream [optional] [default to null]
LapIndex int32 The index of this lap in the activity it belongs to [optional] [default to null]
MaxSpeed float32 The maximum speed of this lat, in meters per second [optional] [default to null]
MovingTime int32 The lap's moving time, in seconds [optional] [default to null]
Name string The name of the lap [optional] [default to null]
PaceZone int32 The athlete's pace zone during this lap [optional] [default to null]
Split int32 [optional] [default to null]
StartDate time.Time The time at which the lap was started. [optional] [default to null]
StartDateLocal time.Time The time at which the lap was started in the local timezone. [optional] [default to null]
TotalElevationGain float32 The elevation gain of this lap, in meters [optional] [default to null]

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