我使用 Angular 2+ 构建了一个网站,并将 Google Maps Api 包含在我的 index.html 文件中:
<script
async
defer
src="//maps.googleapis.com/maps/api/js?[myKey]&libraries=places">
</script>
<script src="//unpkg.com/@google/markerclustererplus@4.0.1/dist/markerclustererplus.min.js"></script>
仅在 Iphone 上重新加载页面后,地图不会显示,并且出现错误:“找不到变量:google”
在 PC 和 Android 上运行良好。
我能做些什么来解决这个错误?
猛跑小猪
相关分类