小程序接入腾讯地图问题?

发布于 8 年前作者 yong209707 次浏览最后编辑 8 年前来自 ask

大众安排 同程 携程 的小程序 都用了这个

这个是用的什么? 腾讯地图h5 还是 腾讯地图小程序插件?? 找到半天没找到一样

求大神赐教

4 回复
lei55
lei551 楼6 年前

wx.openLocation({})

wx.getLocation({
 type: 'gcj02', //返回可以用于wx.openLocation的经纬度
 success (res) {
   const latitude = res.latitude
   const longitude = res.longitude
   wx.openLocation({
     latitude,
     longitude,
     scale: 18
   })
 }
})
 
pingwang
pingwang2 楼6 年前

map组件

pwan
pwan3 楼6 年前

map