<map style="width: 100%; height: 100%;" :latitude="latitude" :longitude="longitude" :markers="covers" :name="title"></map>
data() {
return {
covers: [{
id:1,
latitude: 28.119602486051836,
longitude: 113.0153426353662,
iconPath: '../../static/images/gps.png',
rotate:0, // 旋转度数
width:50, //宽
height:50, //高
}]
};
},
7***@qq.com (作者)
没尝试,微信小程序直接用的uniapp的map组件显示地图打的包,百度直接用的网址输入的经纬度查看的
2022-08-16 09:44
DCloud_UNI_WZF
回复 7***@qq.com: 可以测试一下,uni-app只是把vue语法编译为小程序代码,map组件的能力是由小程序提供的
2022-08-16 10:00
7***@qq.com (作者)
回复 DCloud_UNI_WZF: 好的
2022-08-16 10:02