about the way I create the map?

0 Answer
about the way I create the map?
// 在页面中声明map组件
// 在相应的js文件中定义polylineTap的函数
polylineTap(e) {
console.log('您点击的polyline的经纬度是:', e.detail.latitude, e.detail.longitude)
}
.
这家伙很懒,什么都没留下...