国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 課堂 > 小程序 > 正文

微信小程序?qū)崿F(xiàn)定位及到指定位置導(dǎo)航的示例代碼

2020-03-21 15:15:43
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

一:實(shí)現(xiàn)定位及到指定位置導(dǎo)航所需組件及API

1:組件:map(地圖組件)

2:API:wx.getLocation(Object object)(獲取當(dāng)前的地理位置、速度),wx.openLocation(Object object)(使用微信內(nèi)置地圖查看位置)

二:代碼實(shí)現(xiàn)

1:wxml

<view><map id="map"longitude="{{longitude}}"latitude="{{latitude}}"scale="14"markers="{{markers}}"bindmarkertap="markertap"bindregionchange="regionchange"show-locationstyle="width: 100%; height: 300px;"></map></view><view><button type="primary" bindtap="navigate">導(dǎo)航</button></view>

2:js

//jsPage({/**  * 頁(yè)面的初始數(shù)據(jù)  */data: {//設(shè)置標(biāo)記點(diǎn)markers: [{iconPath: "/images/ljx.png",id: 4,latitude: 31.938841,longitude: 118.799698,width: 30,height: 30}],//當(dāng)前定位位置latitude:'',longitude: '',},navigate() {////使用微信內(nèi)置地圖查看標(biāo)記點(diǎn)位置,并進(jìn)行導(dǎo)航wx.openLocation({latitude: this.data.markers[0].latitude,//要去的緯度-地址longitude: this.data.markers[0].longitude,//要去的經(jīng)度-地址})},onLoad() {//獲取當(dāng)前位置wx.getLocation({type: 'gcj02',success: (res) => {console.log(res)this.setData({latitude: res.latitude,longitude: res.longitude})}})}})

根據(jù)如上即可實(shí)現(xiàn)自身定位及到指定位置的導(dǎo)航,如下:

微信小程序,定位,指定位置導(dǎo)航

微信小程序,定位,指定位置導(dǎo)航

微信小程序,定位,指定位置導(dǎo)航

微信小程序,定位,指定位置導(dǎo)航

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持VEVB武林網(wǎng)。


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到微信小程序開發(fā)頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 左贡县| 唐海县| 太仆寺旗| 仙桃市| 崇左市| 广州市| 师宗县| 奇台县| 百色市| 花垣县| 庄河市| 天等县| 息烽县| 扬中市| 西畴县| 友谊县| 津市市| 电白县| 分宜县| 博客| 镇原县| 陆良县| 望城县| 太保市| 腾冲县| 吕梁市| 荔浦县| 贵德县| 麻阳| 敖汉旗| 沁水县| 太谷县| 沙田区| 内丘县| 玉田县| 灵宝市| 泊头市| 饶平县| 新乐市| 嘉祥县| 建德市|