微信小程序内怎么导入地图,距离测算

微信小程序内怎么导入地图,距离测算,第1张

进入腾讯地址服务官网。

在微信小程序中插入个性化地图:进入腾讯地址服务官网,控制台、个性化渣姿此地图、个性化样册或式、样如迅式选择。>

先定位目前的位置,再根据输入的目的地进行两地之间的距离计算。(前提是先导入高德地图相应的sdk包)。

标记点markers只能在初始化的时候设置,不支持动态更告樱裂新。

示例:

<!-- map.wxml --> <map longitude="23.099994" latitude="113.324520" markers="{{markers}}" covers="{{covers}}" style="width: 375pxheight: 200px"></map> // map.js Page({ data: {markers: [{ latitude: 23.099994, longitude: 113.324520, name: 'T.I.T 创意园'袜闭, desc: '我现在的位置'}],covers: [{ latitude: 23.099794, longitude: 113.324520, icaonPath: '../images/car.png', rotate: 10}, { latitude: 23.099298, longitude: 113.324129, iconPath: '../颂滚images/car.png', rotate: 90}] } })

效果

点击按钮后效果旁慎

官方衡启笑API地咐含址: https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.openLocation.html


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12436446.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-25
下一篇 2023-05-25

发表评论

登录后才能评论

评论列表(0条)

保存