国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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

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,

})

}