CSOrientationSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSOrientationSensor.h

Overview

Sensor that stores orientation data. See also CMDeviceMotion.h for more information about how the orientation is calculated.

JSON output value format

 {
     "roll": FLOAT;
     "pitch": FLOAT;
     "azimuth": FLOAT;
 }