theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
30 lines (28 loc) • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CompassDirectionRefEnum = void 0;
/**
* _compassDirectionRef
*/
const CompassDirectionRefEnum = exports.CompassDirectionRefEnum = {
/** Undefined value */
UNKNOWN: 'UNKNOWN',
/**
* If GPS positioning is available, record in true north;
* if GPS is off or not available, record in magnetic north.
*/
AUTO: 'AUTO',
/**
* If the azimuth is set to true north, GPS is turned off, or positioning is not possible,
* the azimuth information is not recorded (positioning information is required for conversion).
*/
TRUE_NORTH: 'TRUE_NORTH',
/**
* Do not set azimuth to true north, set azimuth to magnetic north
*/
MAGNETIC: 'MAGNETIC'
};
/** type definition of CompassDirectionRefEnum */
//# sourceMappingURL=option-compass-direction-ref.js.map