longitude:經(jīng)度
???????Page({
data: {
markers: [{
iconPath: "/images/location.png",//定位圖標(biāo)
id: 0,
latitude: 28.2174900000,//緯度
longitude: 112.8977300000,//經(jīng)度
width: 50,//圖標(biāo)寬
height: 50,//圖標(biāo)高
}],
},
})
這樣前端的地圖組件就定位完成!
mapclick: function () {
wx.openLocation({
latitude: 28.2174900000,//緯度
longitude: 112.8977300000,//經(jīng)度
scale: 18,//縮放
name: 'xxx科技有限公司',
address: 'xxxx路'
})
},
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明: PbootCMS小程序中騰訊地圖及導(dǎo)航的使用方法