收藏
回答

示例代码和当前说明文档不匹配

wx.getLocation({

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

success (res) {

const latitude = res.latitude

const longitude = res.longitude

wx.openLocation({

latitude,

longitude,

scale: 18

})

}

})

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

1 个回答

登录 后发表内容