微信小程序路线线规划,唤醒第三方导航app
程序员文章站
2024-02-11 16:53:40
...
<view bindtap="goNav">出发</view>
goNav:function(e){
wx.openLocation({
latitude:34.567549629355, //纬度
longitude: 117.76223896886, //经度
name:"台儿庄古城", //目的地定位名称
scale: 15, //缩放比例
address: "枣庄市台儿庄区北岸路与康宁路交汇处" //导航详细地址
})
},
下一篇: php中无限级分类程序代码