您的位置:首页 > 游戏 > 手游 > 网易企业邮箱网页版登录入口_网页都有哪些_营销手机系统安装_yahoo搜索引擎入口

网易企业邮箱网页版登录入口_网页都有哪些_营销手机系统安装_yahoo搜索引擎入口

2024/11/15 21:04:24 来源:https://blog.csdn.net/weixin_44409569/article/details/143059436  浏览:    关键词:网易企业邮箱网页版登录入口_网页都有哪些_营销手机系统安装_yahoo搜索引擎入口
网易企业邮箱网页版登录入口_网页都有哪些_营销手机系统安装_yahoo搜索引擎入口

1、map | uni-app官网

根据官网描述:通过从数据库获取POI数据,并通过 uni-id-common 内的路线规划API,计算路线、距离、时间。

2、

<map style="width:100%;height:96%;" id="myMap" :scale="scale" :longitude="longitude" :latitude="latitude":markers="markers" :polyline="polyline"></map>

先绘制地图。

3、注意先添加腾讯地图的JS文件

import QQMapWX from '@/util/qqmap-wx-jssdk1.2/qqmap-wx-jssdk';

 4、轨迹和图标渲染

seelat(boxNo, orderContainerId) {const vm = thisvm.$service.thirdTrackInfo({boxNo: boxNo,orderContainerId: orderContainerId,orderId: vm.transportOrderId}).then(res => {if (res.code == 200) {vm.latList = res.data ? res.data : []vm.polyline = []vm.markers = []if (vm.latList.length > 0) {let arrPosi = []let arrPloy = []this.longitude = vm.latList[0].lngthis.latitude = vm.latList[0].latvm.latList.forEach(item => {let obj = {latitude: item.lat,longitude: item.lng}arrPloy.push(obj)})this.polyline = [{points: arrPloy,color: '#FF0000DD',width: 4,dottedLine: false}];this.markers = [{iconPath: 'https:/front/end.png',id: 0,latitude: vm.latList[0].lat,longitude: vm.latList[0].lng,width: 50,height: 50},{iconPath: 'https:/back/start.png',id: 1,latitude:vm.latList.length > 0 ? vm.latList[vm.latList.length - 1].lat : '',longitude:vm.latList.length > 0 ? vm.latList[vm.latList.length - 1].lng: '',width: 50,height: 50}]}}})},

5、调用方法后地图轨迹就渲染出来啦

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com