wx.onCompassChange(CALLBACK)
监听罗盘数据,频率:5次/秒
CALLBACK返回参数:
参数 | 类型 | 说明 |
---|---|---|
direction | Number | 面对的方向度数 |
示例代码:
wx.onCompassChange(function (res) {
console.log(res.direction)
})
监听罗盘数据,频率:5次/秒
CALLBACK返回参数:
参数 | 类型 | 说明 |
---|---|---|
direction | Number | 面对的方向度数 |
示例代码:
wx.onCompassChange(function (res) {
console.log(res.direction)
})