亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Tencent Map Mini Program SDK, ???? ??? ???? ??? ? ????.
新大都
新大都 2018-08-21 16:58:36
0
1
1352

Tencent Map Mini ???? SDK? ? ?? ??? ??? ?????. ???? ??? ???? ??? ? ????

  1. that.setDate? ??? ?? ???? ????? ????? ???? ???? ???? ????

  2. app.data.* *, ??? app()

  3. wx.setStorage? ?? ??? ? ????. ?? ?? ???? ?? ??? ?? ??????

?? ??? ??? ??? ??? ???? ?????. ??



新大都
新大都

?? ??(1)
新大都客運(yùn)(小鄭)

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,

})

}