wx.getLocation定位的问题?
发布于 7 年前 作者 jie96 13724 次浏览 来自 官方Issues

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误差的情况    

请问我用的是有什么问题吗

1 回复

开启高精定位

回到顶部