报错: Cannot read properties of undefined (reading 'LEAST_DISTANCE')
原因:在引入js的时候加上&plugin=AMap.Driving,即:
https://webapi.amap.com/maps?v=${this.v}&key=${this.key}&plugin=AMap.Driving
解决Cannotreadproperties报错
本文解决了在使用AMap.Driving插件时出现的Cannotreadpropertiesofundefined(reading'LEAST_DISTANCE')错误。通过正确引入js文件并添加必要的插件参数,可以有效避免此问题。
报错: Cannot read properties of undefined (reading 'LEAST_DISTANCE')
原因:在引入js的时候加上&plugin=AMap.Driving,即:
https://webapi.amap.com/maps?v=${this.v}&key=${this.key}&plugin=AMap.Driving
4387

被折叠的 条评论
为什么被折叠?