UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

24 lines 904 B
/** * _compassDirectionRef */ export declare const CompassDirectionRefEnum: { /** Undefined value */ readonly UNKNOWN: "UNKNOWN"; /** * If GPS positioning is available, record in true north; * if GPS is off or not available, record in magnetic north. */ readonly 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). */ readonly TRUE_NORTH: "TRUE_NORTH"; /** * Do not set azimuth to true north, set azimuth to magnetic north */ readonly MAGNETIC: "MAGNETIC"; }; /** type definition of CompassDirectionRefEnum */ export type CompassDirectionRefEnum = (typeof CompassDirectionRefEnum)[keyof typeof CompassDirectionRefEnum]; //# sourceMappingURL=option-compass-direction-ref.d.ts.map