出售本站【域名】【外链】

织梦CMS - 轻松建站从此开始!

微六博

当前位置: 微六博 > 交通指南 > 文章页

微信小程序模拟滴滴打车车辆轨迹移动,也就是marker在地图上根据轨迹移动(地图圆角设置)

时间:2024-07-12 12:56来源: 作者:admin 点击: 817 次
文章浏览阅读1.5k次。data: {id: 9001,name: "终点",}],},/*** 生命周期函数--监听页面加载*/onLoad() {isHighAccuracy: true, // 开启地图精准定位type:

正在微信小步调中运用腾讯舆图,可以通过以下办法设置舆图的 scrollEnabled 属性: 1. 正在 wVml 文件中引入腾讯舆图组件 ```html <!-- 引入腾讯舆图组件 --> <tV-map id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="{{scale}}" enable-3D="{{enable3D}}" show-compass="{{showCompass}}" show-scale="{{showScale}}" markers="{{markers}}" bindtouchstart="mapTouchStart" bindtouchmoZZZe="mapTouchMoZZZe" bindtouchend="mapTouchEnd" bindregionchange="regionChange" bindtap="mapTap" bindmarkertap="markerTap" bindcallouttap="calloutTap" bindcontroltap="controlTap" ></tV-map> ``` 2. 正在 js 文件中设置舆图的 scrollEnabled 属性 ```jaZZZascript Page({ data: { longitude: 113.324520, latitude: 23.099994, scale: 14, scrollEnabled: true, markers: [{ id: 1, latitude: 23.099994, longitude: 113.324520, title: 'marker', callout: { content: '我是一个气泡', color: '#ffffff', fontSize: 14, borderRadius: 5, bgColor: '#000000', padding: 10, display: 'ALWAYS' } }] }, mapTouchStart(e) { console.log('map touch start', e) }, mapTouchMoZZZe(e) { console.log('map touch moZZZe', e) if (this.data.scrollEnabled) { // 假如 scrollEnabled 为 true,则允许舆图滑动 return } else { // 假如 scrollEnabled 为 false,则制行舆图滑动 e.preZZZentDefault() } }, mapTouchEnd(e) { console.log('map touch end', e) }, regionChange(e) { console.log('region change', e) }, mapTap(e) { console.log('map tap', e) }, markerTap(e) { console.log('marker tap', e) }, calloutTap(e) { console.log('callout tap', e) }, controlTap(e) { console.log('control tap', e) }, toggleScroll() { // 切换 scrollEnabled 属性的值 this.setData({ scrollEnabled: !this.data.scrollEnabled }) } }) ``` 正在以上代码中,咱们通过设置 data 中的 scrollEnabled 属性来控制舆图的滑动,同时正在 mapTouchMoZZZe 变乱中判断 scrollEnabled 属性的值,假如为 true,则允许舆图滑动,否则制行舆图滑动。同时,咱们正在 toggleScroll 办法中切换 scrollEnabled 属性的值,来动态控制舆图的滑动。

(责任编辑:)
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名:
发布者资料
查看详细资料 发送留言 加为好友 用户等级: 注册时间:2024-11-15 22:11 最后登录:2024-11-15 22:11
栏目列表
推荐内容