- uni.offLocationChange与uni.stopLocationUpdate为不同功能的API,但在uniapp官网文档中却描述相同
- 在微信小程序官网中对offLocationChange的描述是移除实时地理位置变化事件的监听函数,即onLocationChange;而uni.stopLocationUpdate是关闭监听实时位置变化,前后台都停止消息接收,目标对象为uni.startLocationUpdate 或 uni.startLocationUpdateBackground
- 不使用uni.stopLocationUpdate,微信小程序会一直显示在获取定位
- 微信小程序官网wx.offLocationChange
- uni-app官网文档uni.offLocationChange