導(dǎo)航就小程序開發(fā)過程中經(jīng)常用的一組件板塊,對于從業(yè)開發(fā)人員一定要好好的充分利用起來才行,今天長沙小程序開發(fā)智企云就組件板塊中對導(dǎo)航欄跟地圖板塊來作相應(yīng)的介紹,學(xué)習(xí)微信小程序開發(fā)的的小伙伴們繼續(xù)加油,每天進(jìn)一點(diǎn)點(diǎn)。
如下圖所示微信讀書小程序的導(dǎo)航欄,通過使用navigator和function-page-navigator可以配置你的小程序?qū)Ш綑跇邮脚c屬性。
地圖
這里有一個(gè)地圖的示例小程序:
我們使用組件調(diào)用小程序的地圖功能,如下代碼所示,初識位置為相應(yīng)經(jīng)緯度的地點(diǎn):
# 對應(yīng)的map組件的wxml
// 對應(yīng)的map.jsPage({ data: { markers: [{ iconPath: "/resources/others.png", id: 0, latitude: 23.099994, longitude: 113.324520, width: 50, height: 50 }], polyline: [{ points: [{ longitude: 113.3245211, latitude: 23.10229 }, { longitude: 113.324520, latitude: 23.21229 }], color:"#FF0000DD", width: 2, dottedLine: true }], controls: [{ id: 1, iconPath: '/resources/location.png', position: { left: 0, top: 300 - 50, width: 50, height: 50 }, clickable: true }] }, regionchange(e) { console.log(e.type) }, markertap(e) { console.log(e.markerId) }, controltap(e) { console.log(e.controlId) }})
以上就是長沙小程序開發(fā)公司智企云帶來的導(dǎo)航欄與地圖組件的內(nèi)容模塊的相關(guān)介紹,后續(xù)我們會(huì)帶來更多關(guān)注小程序開發(fā)相關(guān)內(nèi)容介紹,我們先把基礎(chǔ)打好,打牢,熟練并能實(shí)操,后面較有難度的也會(huì)慢慢帶來新的干貨分享,我們敬請關(guān)注!
全國客戶服務(wù)免費(fèi)熱線:15874991942
在線客服:2225973985
每天前10名咨詢有好禮
智企云 版權(quán)所有 ? 2016-2018 湘ICP備11017552號
地址:長沙市高新開發(fā)區(qū)尖山路39號中電軟件園總部大樓6樓
Copyright ? 2015-2024 智企云 All Rights Reserved. 湘ICP備11017552號 技術(shù)支持:中億智企云
湘公網(wǎng)安備43019002000674號 客服熱線:15874991942 公司地址:長沙市高新開發(fā)區(qū)尖山路39號中電軟件園總部大樓6樓