zoukankan      html  css  js  c++  java
  • 微信小程序定位点不在视野正中央

    wx.getLocation({
     type: 'wgs84',
     success (res) {
       const latitude = res.latitude
       const longitude = res.longitude
       const speed = res.speed
       const accuracy = res.accuracy
     }
    })

    把 wgs84 改为 gcj02

  • 相关阅读:
    杭电2042
    杭电2041
    杭电2040
    杭电2046
    SPOJ
    SPOJ
    SPOJ
    HDU
    HDU
    HDU
  • 原文地址:https://www.cnblogs.com/223zzm/p/11436883.html
Copyright © 2011-2022 走看看