Tencent Map Mini ???? SDK? ? ?? ??? ??? ?????. ???? ??? ???? ??? ? ????
that.setDate? ??? ?? ???? ????? ????? ???? ???? ???? ????
app.data.* *, ??? app()
wx.setStorage? ?? ??? ? ????. ?? ?? ???? ?? ??? ?? ??????
?? ??? ??? ??? ??? ???? ?????. ??
qqmapsdk.calculateDistance({
from: {
latitude: that.data.start.location.lat,
longitude: that.data.start.location.lng
},
to: [{
??: that.data.end.location.lat,
??: that.data.end.location.lng
}],
success: ??(res) {
let myDistance = res.result.elements[ 0].distance
console.log(res.result.elements[0].distance,"00獲取的距離是")
wx.setStorage({
key: 'myDistance',
data: res. result.elements[0].distance,
})
}