//获取当前的地理位置、速度 wx.getLocation({}) //使用微信内置地图查看位置 wx.getLocation({}) //打开地图选择位置 wx.chooseLocation({})
官方文档链接:https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html