com.samsung.android.service.health.tracking.data

Class ValueKey.AccelerometerSet

  • java.lang.Object
    • com.samsung.android.service.health.tracking.data.ValueKey.AccelerometerSet
    • Field Detail

      • ACCELEROMETER_X

        public static final ValueKey<Integer> ACCELEROMETER_X
        Accelerometer's X axis.
        This is a raw data value. You can convert it to m/s2 with:

          9.81 / (16383.75 / 4.0)) * value

        Since:
        1.0.0
      • ACCELEROMETER_Y

        public static final ValueKey<Integer> ACCELEROMETER_Y
        Accelerometer's Y axis.
        This is a raw data value. You can convert it to m/s2 with:

          9.81 / (16383.75 / 4.0)) * value

        Since:
        1.0.0
      • ACCELEROMETER_Z

        public static final ValueKey<Integer> ACCELEROMETER_Z
        Accelerometer's Z axis.
        This is a raw data value. You can convert it to m/s2 with:

          9.81 / (16383.75 / 4.0)) * value

        Since:
        1.0.0
    • Constructor Detail

      • AccelerometerSet

        public AccelerometerSet()