盘 - 微信小程序开发教程手册">
> 微信小程序开发教程手册 > 罗

wx.onCompassChange(CALLBACK)

监听罗盘数据,频率:5次/秒

CALLBACK返回参数:

参数 类型 说明
direction Number 面对的方向度数

示例代码:

wx.onCompassChange(function (res) {
  console.log(res.direction)
})