WeChat 미니 프로그램 API Luopan
wx.onCompassChange(CALLBACK)
나침반 데이터 듣기, 빈도: 5회/초
CALLBACK 반환 매개변수:
Parameters | Type | Description |
---|---|---|
방향 | 번호 | 대면 방향 각도 |
샘플 코드:
wx.onCompassChange(function (res) { console.log(res.direction) })
나침반 데이터 듣기, 빈도: 5회/초
CALLBACK 반환 매개변수:
Parameters | Type | Description |
---|---|---|
방향 | 번호 | 대면 방향 각도 |
샘플 코드:
wx.onCompassChange(function (res) { console.log(res.direction) })