微信小程式API 羅盤


wx.onCompassChange(CALLBACK)

監聽羅盤數據,頻率:5次/秒

CALLBACK回傳參數:

參數類型說明
#directionNumber

################## ###面對的方向度數##################範例程式碼:######
wx.onCompassChange(function (res) {
  console.log(res.direction)
})