小程序
小游戏
企业微信
微信支付
扫描小程序码分享
现在小程序只显示地图的地址,怎么来实现点击一键导航到显示的位置去呢?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
用chooseLocation
https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
现在小程序只显示地图的地址,那是否有经纬度呢?
有经纬度的话,在需要导航的按钮上调用wx.openLocation把经纬度和地址传进去。
没有经纬度可以让后端写一个地理编码(高德地图/腾讯地图)API,把地址地理编码出经纬度,小程序再调用wx.openLocation到对应的位置
wx.openLocation:https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.openLocation.html高德地图API:https://lbs.amap.com/api/webservice/guide/api/georegeo
腾讯AR导航插件
https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx7e0f043c0a7eeb4b&token=&lang=zh_CN
一键导航指的是什么呢?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
用chooseLocation
https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html
现在小程序只显示地图的地址,那是否有经纬度呢?
有经纬度的话,在需要导航的按钮上调用wx.openLocation把经纬度和地址传进去。
没有经纬度可以让后端写一个地理编码(高德地图/腾讯地图)API,把地址地理编码出经纬度,小程序再调用wx.openLocation到对应的位置
wx.openLocation:https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.openLocation.html高德地图API:https://lbs.amap.com/api/webservice/guide/api/georegeo
腾讯AR导航插件
https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx7e0f043c0a7eeb4b&token=&lang=zh_CN
一键导航指的是什么呢?