小程序地圖導(dǎo)航功能的實(shí)現(xiàn),小程序如何在地圖選擇地址
2018-01-31|HiShop
導(dǎo)讀:微信小程序如何在地圖選擇地址并返回經(jīng)緯度? 微信小程序的地址管理中,經(jīng)常需要獲取地址的詳細(xì)地址信息和地址經(jīng)緯度信息 實(shí)現(xiàn)效果: var that = this wx.chooseLocation({ success: function...
微信小程序如何在地圖選擇地址并返回經(jīng)緯度?微信小程序的地址管理中,經(jīng)常需要獲取地址的詳細(xì)地址信息和地址經(jīng)緯度信息
實(shí)現(xiàn)效果如下:
var that = this wx.chooseLocation({ success: function (res) { // success console.log(res,"location") that.setData({ hasLocation: true, location: { longitude: res.longitude, latitude: res.latitude }, detail_info: res.address, wd: res.latitude, jd: res.longitude }) }, fail: function () { // fail }, complete: function () { // complete } })
HiShop小程序工具提供多類型商城/門店小程序制作,可視化編輯 1秒生成5步上線。通過(guò)拖拽、拼接模塊布局小程序商城頁(yè)面,所看即所得,只需要美工就能做出精美商城。
更多小程序資訊,盡在:m.descansotropical.com/xiaocx/