sensorLocation property

String? sensorLocation
getter/setter pair

Indicates the location of the sensor that measured the heart rate.

Optional. Possible string values are:

  • "SENSOR_LOCATION_UNSPECIFIED" : The default value when no data is available.
  • "CHEST" : Chest sensor.
  • "WRIST" : Wrist sensor.
  • "FINGER" : Finger sensor.
  • "HAND" : Hand sensor.
  • "EAR_LOBE" : Ear lobe sensor.
  • "FOOT" : Foot sensor.

Implementation

core.String? sensorLocation;