微信小程序定位点不在视野正中央

时间:2019-08-30 21:06:41   收藏:0   阅读:111
wx.getLocation({
 type: ‘wgs84‘,
 success (res) {
   const latitude = res.latitude
   const longitude = res.longitude
   const speed = res.speed
   const accuracy = res.accuracy
 }
})

把 wgs84 改为 gcj02

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!