在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
getLocal(){ let that=this; wx.getLocation({ type: 'gcj02', success(res) { const latitude = res.latitude const longitude = res.longitude console.log(latitude) console.log(longitude) that.getLocalMess(latitude,longitude) } }) }, getLocalMess(lat,lon){ var _this = this; qqmapsdk.reverseGeocoder({ //位置坐标,默认获取当前位置,非必须参数 location: { latitude: lat, longitude: lon }, success: function(res) {//成功后的回调 console.log(res); }, fail: function(error) { console.error(error); }, complete: function(res) { console.log(res); } }) },
|
请发表评论