CSCompassSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSCompassSensor.h

Overview

Sensor that stores compass data coming from the magnetometer sensor in the phone.

WARNING Data collection for this sensor is currently not implemented. This is still to be done in the CSSpatialProvider class.

See also Apple’s CMDeviceMotion.h for more information.

JSON output value format

 {
     "heading": FLOAT;
     "x": FLOAT;
     "y": FLOAT;
     "z": FLOAT;
     "accurcy": FLOAT;
 }