收藏
回答

请问小小程序如何做导航定位功能?

导航代码报错请问如何解决?

wx.getLocation({

 type: 'gcj02', //返回可以用于wx.openLocation的经纬度

 success: function(res) {

  var latitude = res.latitude

  var longitude = res.longitude

  wx.openLocation({

   latitude: latitude,

   longitude: longitude,

   name:"花园桥肯德基",

   scale: 28

  })

 }

})

回答关注问题邀请回答
收藏

1 个回答

  • 暧洲
    暧洲
    2021-09-11

    一直使用wx.getLocation的话 会提示频繁使用增加耗电提示

    缩放比列 scale 最大是18

    代码看着好像没问题 可以打印出 err看看

    2021-09-11
    有用
    回复
登录 后发表内容