高德地图报Uncaught TypeError: Cannot read property 'addressComponent' of undefined的解决办法

1、在使使用画图的时候一直报 Uncaught TypeError: Cannot read property 'addressComponent' of undefined这个错误,如下图:

高德地图报Uncaught TypeError: Cannot read property 'addressComponent' of undefined的解决办法

2、经过分析错误及到百度上查找最终发现在使用Key必须为 Web端(JS API)这个类型,不然就会跟域名解析对不上。

如下图:高德地图报Uncaught TypeError: Cannot read property 'addressComponent' of undefined的解决办法

 

3、更改之后效果

高德地图报Uncaught TypeError: Cannot read property 'addressComponent' of undefined的解决办法