VLDRoutine Class Reference

Inherits from VLDRecord : VLDModel : NSObject
Declared in VLDRoutine.h

Overview

Activities that occur regularly throughout the day, without the specific goal of exercise, for example calories burned and consumed, steps taken, stairs climbed. These activities are aggregate throughout the day.

  steps

Number of steps taken during routine

@property (nonatomic, strong, nullable) NSNumber *steps

Discussion

Number of steps taken during routine

Declared In

VLDRoutine.h

  distance

The value of the measured quantity in meters

@property (nonatomic, strong, nullable) NSNumber *distance

Discussion

The value of the measured quantity in meters

Declared In

VLDRoutine.h

  floors

The value of the measured quantity

@property (nonatomic, strong, nullable) NSNumber *floors

Discussion

The value of the measured quantity

Declared In

VLDRoutine.h

  elevation

Elevation climbed in meters

@property (nonatomic, strong, nullable) NSNumber *elevation

Discussion

Elevation climbed in meters

Declared In

VLDRoutine.h

  caloriesBurned

Calories burned during fitness activity

@property (nonatomic, strong, nullable) NSNumber *caloriesBurned

Discussion

Calories burned during fitness activity

Declared In

VLDRoutine.h