wx.getLocation({
type: 'gcj02',
success: function(res) {
console.log(JSON.stringify(res))
var latitude = res.latitude
var longitude = res.longitude
console.log('qqmap',res.latitude + " " + res.longitude)
这里返回的latitude longitude经常会变 我手机没有动 并且有300M误差的情况
请问我用的是有什么问题吗
开启高精定位