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

首頁 > 熱點 > 微信 > 正文

微信小程序獲取位置展示地圖并標注信息的實例代碼

2024-07-22 01:17:36
字體:
來源:轉載
供稿:網友

1.map組件的高度如果想要鋪滿屏幕,要是使用height:100vh樣式

2.獲取位置要在app.json中標明權限

3.先使用wx.getLocation獲取自己的位置,然后再回調中使用setData方法,賦予數據給前臺頁面展示標注點

index.js

//index.js//獲取應用實例const app = getApp()Page({ data: { }, onLoad: function () {  var self=this;  this.mapCtx = wx.createMapContext('myMap');  wx.getLocation({   type: 'gcj02',   success(res) {    self.setData({     latitude : res.latitude,     longitude : res.longitude,     markers: [{      id: 1,      latitude: res.latitude,      longitude: res.longitude,      iconPath: '/image/location.png',      callout:{       content:"服務:青少年英語培訓/r/n姓名:陶士涵/r/n電話:18808987876",       bgColor:"#fff",       padding:"5px",       borderRadius:"2px",       borderWidth:"1px",       borderColor:"#07c160",      }     },      {       id: 2,       latitude: res.latitude,       longitude: res.longitude+0.01,       iconPath: '/image/location.png',       callout: {        content: "服務:出租龍興園西區9號樓二單元501/r/n姓名:陶士涵/r/n電話:18808987876",        bgColor: "#fff",        padding: "5px",        borderRadius: "2px",        borderWidth: "1px",        borderColor: "#07c160",               }      }     ],    });   }  }) },})

index.wxml

<!--index.wxml-->  <map   id="myMap"   style="width: 100%; height:100vh;"   latitude="{{latitude}}"   longitude="{{longitude}}"   markers="{{markers}}"   covers="{{covers}}"   show-location  ></map>

app.json

{ "pages": [  "pages/index/index",  "pages/logs/logs" ], "window": {  "backgroundTextStyle": "light",  "navigationBarBackgroundColor": "#fff",  "navigationBarTitleText": "找服務",  "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": {  "scope.userLocation": {   "desc": "你的位置信息將用于獲取周邊服務"   } }}

總結

以上所述是小編給大家介紹的微信小程序獲取位置展示地圖并標注信息的實例代碼,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 剑阁县| 临澧县| 乡城县| 天津市| 横山县| 蒙山县| 建平县| 扬中市| 灵璧县| 柏乡县| 台北市| 安龙县| 绍兴市| 资溪县| 环江| 长泰县| 浑源县| 临汾市| 盐池县| 定日县| 昭觉县| 张家川| 彰化县| 临高县| 宜城市| 新郑市| 东光县| 岳阳市| 古蔺县| 嘉鱼县| 邯郸县| 上蔡县| 昭苏县| 土默特右旗| 定兴县| 江达县| 江陵县| 中江县| 从江县| 湖北省| 临武县|