Stats

data class Stats(val startTime: Date, val endTime: Date, val minimumAltitudeInMetres: Double, val maximumAltitudeInMetres: Double, val minimumSpeedInMilesPerHour: Double, val maximumSpeedInMilesPerHour: Double, val distanceInMetres: Double, val timeSkiedInMilliSeconds: Long, val activeHours: Double, val trackDurationInMilliSeconds: Long, val trackCount: Int, val verticalFeetCumulative: Double, val daysCount: Int?, val daysStats: Map<String, Stats>?) : Parcelable

Constructors

Link copied to clipboard
constructor(startTime: Date, endTime: Date, minimumAltitudeInMetres: Double, maximumAltitudeInMetres: Double, minimumSpeedInMilesPerHour: Double, maximumSpeedInMilesPerHour: Double, distanceInMetres: Double, timeSkiedInMilliSeconds: Long, activeHours: Double, trackDurationInMilliSeconds: Long, trackCount: Int, verticalFeetCumulative: Double, daysCount: Int?, daysStats: Map<String, Stats>?)

Properties

Link copied to clipboard

time spent being active at the venue.

Link copied to clipboard

number of days included in .daysStats

Link copied to clipboard

a set of stats, organized by day, keyed by date

Link copied to clipboard

total distance tracked

Link copied to clipboard

The instant of the end time of the last track

Link copied to clipboard

the highest altitude recorded

Link copied to clipboard

the fastest speed recorded while making a track

Link copied to clipboard

the lowest altitude recorded

Link copied to clipboard

the slowest speed recorded while making a track

Link copied to clipboard

The instant of the start time of the first track

Link copied to clipboard

total time tracked; e.g. time spent skiing downhill

Link copied to clipboard

number of tracks recorded

Link copied to clipboard

total vertical feet tracked