wx.startLocationUpdate获取用户位置信息,提示startLocationUpdate:fail unimplemented,网上没有搜到相关的信息,请问这个问题是因为什么导致的,应该怎么解决?
代码如下:
wx.startLocationUpdate({
type: 'gcj02',
success(res) {
console.info(res);
},
fail(err) {
app.showModal("位置获取失败", JSON.stringify(err));
}
})