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