gpt4 book ai didi

javascript - 在 React 应用程序的 Util 文件中初始化 Google map

转载 作者:行者123 更新时间:2023-12-01 00:14:59 27 4
gpt4 key购买 nike

我在 React 应用中使用 Google Maps,并在 util 文件中处理所有 Maps API 内容。

在我的 index.html 页面中,我链接到 Google Maps 库 - 如下所示:

<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=places&key=my_api_key"></script>

我遇到的问题是,在我的 util 文件中,我收到“google 未定义” 错误 - 请参阅下文。 enter image description here

我该如何处理这个问题?我正在链接到 Google Maps 库,因此我认为我无法导入任何内容,因为它不是 npm 包。

最佳答案

尝试添加窗口作为前缀:

const map = new window.google.maps.Map(document.createElement('div'));

关于javascript - 在 React 应用程序的 Util 文件中初始化 Google map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59829139/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com