Table of Contents

Interface MegaTrackerSensorOptions

Namespace
easyar

MegaTrackerSensorOptions Sensor options in MegaTracker.

Properties

isAcceExternalControl

Whether accelerometer data is controlled externally, default is false. When passed as true, the user must call wx.startLocationUpdate or the corresponding interface to start accelerometer listening before EasyARSession.start. must call wx.stopAccelerometer or the corresponding interface to stop accelerometer listening after EasyARSession.stop.

isAcceExternalControl?: boolean;

Property Value

isGeoExternalControl

Whether GPS data is controlled externally, default is false. When passed as true, the user must call wx.startLocationUpdate or the corresponding interface to start GPS data listening before EasyARSession.start. must call wx.stopLocationUpdate or the corresponding interface to stop GPS data listening after EasyARSession.stop.

isGeoExternalControl?: boolean;

Property Value