打开地图报错“coord addr title”
getLocation() {
var _this = this
wx.openLocation({
latitude: Number(_this.datas.address.lat),
longitude: Number(_this.datas.address.lon),
address: _this.address,
name: _this.distanceName,
scale: 18
});
},
getLocation() {
var _this = this
wx.openLocation({
latitude: Number(_this.datas.address.lat),
longitude: Number(_this.datas.address.lon),
address: _this.address,
name: _this.distanceName,
scale: 18
});
},