美文网首页
小程序定位不准解决方法

小程序定位不准解决方法

作者: 风就那么大 | 来源:发表于2023-06-14 18:13 被阅读0次

小程序定位不准解决方法

 wx.getLocation({
      type: 'gcj02',
      isHighAccuracy: true, //开启高精度定位
      success: function (res) {
        var latitude = res.latitude
        var longitude = res.longitude
        console.log("获取到定位数据 "+JSON.stringify(res));
       
      },
      fail: function (res) {}
    })

相关文章

网友评论

      本文标题:小程序定位不准解决方法

      本文链接:https://www.haomeiwen.com/subject/nflkydtx.html