bindings/orientation_sensor library

Classes

AbsoluteOrientationReadingValues
AbsoluteOrientationSensor
The interface of the Sensor APIs describes the device's physical orientation in relation to the Earth's reference coordinate system. To use this sensor, the user must grant permission to the 'accelerometer', 'gyroscope', and 'magnetometer' device sensors through the Permissions API. If a feature policy blocks use of a feature it is because your code is inconsistent with the policies set on your server. This is not something that would ever be shown to a user. The Feature-Policy HTTP header article contains implementation instructions.
OrientationSensor
The interface of the Sensor APIs is the base class for orientation sensors. This interface cannot be used directly. Instead it provides properties and methods accessed by interfaces that inherit from it. If a feature policy blocks use of a feature it is because your code is inconsistent with the policies set on your server. This is not something that would ever be shown to a user. The Feature-Policy HTTP header article contains implementation instructions.
OrientationSensorOptions
RelativeOrientationReadingValues
RelativeOrientationSensor
The interface of the Sensor APIs describes the device's physical orientation without regard to the Earth's reference coordinate system. To use this sensor, the user must grant permission to the 'accelerometer', and 'gyroscope' device sensors through the Permissions API. If a feature policy blocks use of a feature it is because your code is inconsistent with the policies set on your server. This is not something that would ever be shown to a user. The Feature-Policy HTTP header article contains implementation instructions.