84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
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,
})
}