Accelerometer Sensor Measurement
Accelerometer sensor measurement.
Constructors
Copy constructor.
Properties
sensor accuracy.
bias on device x-axis expressed in meters per squared second (m/s^2) and in ENU coordinates system. Only available when using AccelerometerSensorType.ACCELEROMETER_UNCALIBRATED. If available, this value remains constant with calibrated bias value.
bias on device y-axis expressed in meters per squared second (m/s^2) and in ENU coordinates system. Only available when using AccelerometerSensorType.ACCELEROMETER_UNCALIBRATED. If available, this value remains constant with calibrated bias value.
bias on device z-axis expressed in meters per squared second (m/s^2) and in ENU coordinates system. Only available when using AccelerometerSensorType.ACCELEROMETER_UNCALIBRATED. If available, this value remains constant with calibrated bias value.
accelerometer sensor type.
relative timestamp in nanoseconds at which the measurement was made. Each measurement will be monotonically increasing using the same time base as android.os.SystemClock.elapsedRealtimeNanos.