您好,登錄后才能下訂單哦!
這篇文章主要介紹了類似西瓜足跡小程序地圖組件如何開發的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇類似西瓜足跡小程序地圖組件如何開發文章都會有所收獲,下面我們一起來看看吧。
類似西瓜足跡小程序地圖組件:
wxml:
<button< span="">class="button" bindtap="getlocation" style="margin-top:30px" markers="{{markers}}">定位<map< span="">longitude="{{longitude}}" latitude="{{latitude}}" markers="{{markers}}" covers="{{covers}}" style="width: 100%; height: 300px;margin-top:30px">
js:
//獲取應用實例var app = getApp()Page({data: {latitude: 0,//緯度longitude: 0,//經度speed: 0,//速度accuracy: 16,//位置精準度markers: [],covers: [],},onLoad: function () {},getlocation: function () {var markers = [{latitude: 28.211400,longitude: 112.914250,name: '喜地大廈',desc: '我的位置'}]var covers = [{latitude: 28.211400,longitude: 112.914250,iconPath: '/image/ic_position.png',rotate: 0}]this.setData({longitude: 112.914250,latitude: 28.211400,markers: markers,covers: covers,})wx.getLocation({type: 'gcj02',success: function (res) {var latitude = res.latitudevar longitude = res.longitudevar speed = res.speedvar accuracy = res.accuracyconsole.log("latitude:" + latitude)console.log("longitude:" + longitude)console.log("speed:" + speed)console.log("accuracy:" + accuracy)wx.openLocation({latitude: latitude,longitude: longitude,scale: 28})}})}})
關于“類似西瓜足跡小程序地圖組件如何開發”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“類似西瓜足跡小程序地圖組件如何開發”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。