gpt4 book ai didi

javascript - Google map 距离 API 在 React 中未定义

转载 作者:行者123 更新时间:2023-12-02 23:53:05 27 4
gpt4 key购买 nike

我正在尝试使用 Google map 距离矩阵服务 ( https://developers.google.com/maps/documentation/javascript/distancematrix )。

我把这行放在我的 public/index.html 中:<script src="https://maps.googleapis.com/maps/api/js?key=MY_API_KEY"></script>

在react的js文件中,我可以打印window.google并查看全局变量。我还可以看到它有一个函数window.google.maps.DistanceMatrixService()创建服务。但是,当我使用 var service = window.google.maps.DistanceMatrixService() 创建该服务时, serviceundefined 。知道为什么吗?

最佳答案

正如 Jaromanda X 所指出的,我错过了 new 关键字。

现在整行是:var service = new window.google.map.DistanceMatrixService()

关于javascript - Google map 距离 API 在 React 中未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55554770/

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