Tencent Map Mini Program SDK、2 つの場所間の距離を計算します。成功によって返されたデータは取得できません
#that.setDate。フロントエンド ページは通常どおり表示されます。ただし、データ内のデータは変更されていません
app.data.**、および
wx.setStorage は変更できませんapp() を通じて取り出されたキャッシュ データは常に、最後にキャッシュされたデータです
qqmapsdk.calculateDistance({
from: {
緯度: that.data.start.location.lat,
経度: that.data.start.location.lng
},
to: [{
緯度: that.data.end.location.lat,
経度: that.data.end.location.lng
}],
成功: function (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,
})
}
qqmapsdk.calculateDistance({
from: {
緯度: that.data.start.location.lat,
経度: that.data.start.location.lng
},
to: [{
緯度: that.data.end.location.lat,
経度: that.data.end.location.lng
}],
成功: function (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,
})
}