Interface MegaTrackerSensorOptions
- Namespace
- easyar
Sensor options in MegaTracker.
Properties
isAcceExternalControl
Whether accelerometer data is externally controlled. The default is false. When true is passed, the user must call wx.startLocationUpdate or the corresponding interface to enable accelerometer listening before EasyARSession.start. wx.stopAccelerometer or the corresponding interface to stop accelerometer listening must be called only after EasyARSession.stop.
isAcceExternalControl?: boolean;
isGeoExternalControl
Whether GPS data is externally controlled. The default is false. When true is passed, the user must call wx.startLocationUpdate or the corresponding interface to enable GPS data listening before EasyARSession.start. wx.stopLocationUpdate or the corresponding interface to stop GPS data listening must be called only after EasyARSession.stop.
isGeoExternalControl?: boolean;