使用微信小程序的定位功能
wx.getLocation({
type: "gcj02",
success: function (res) {
var latitude = res.latitude
var longitude = res.longitude
vm._getList(latitude, longitude)
}
获取到的本地的经纬度信息是
longitude =39.9219 latitude =116.44355
但是通过 https://lbs.qq.com/getPoint/ 获取的位置是 39.99024,116.483404
获取定位地址是: 万科时代中心A座(望京小街) 呷哺呷哺
小程序定位以及通过微信的工具定位差距很大,请问怎么回事,是我哪里不对吗