谷歌地图和谷歌位置自动完成冲突

发布于 2024-12-29 21:38:18 字数 401 浏览 0 评论 0原文

我正在显示谷歌地图,其下方有一个文本输入,其中使用谷歌的地点自动完成功能。我在显示地图或自动完成功能时遇到问题,但无法让两者一起工作:(

jsfiddle here: http://jsfiddle.net/HaDbR/11/ 那里的地图工作正常,但文本框自动完成功能不行。

http://jsfiddle.net/HaDbR/12/ 位置自动完成功能有效,但地图不行。

我有一种强烈的预感,脚本部分中包含的外部 Google Maps API JS 源出了问题,但我的大脑很混乱,无法修复此问题

Am displaying a google map and below it have a text input where am using google's places autocomplete. I'm having problem where either the map is displayed or the autocomplete works, but am not able to get both working together :(

jsfiddle here: http://jsfiddle.net/HaDbR/11/
The map there works fine but the text box autocomplete ain't.

http://jsfiddle.net/HaDbR/12/
The location autocomplete works, but map ain't.

I have a strong hunch am going wrong with the external Google Maps API JS source am including in the script section, but my brain is fried and am not able to fix this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤芳又自赏 2025-01-05 21:38:18

添加:

createMap();

到:

$(document).ready(function() { }

...为我解决了这个问题。

Add:

createMap();

to:

$(document).ready(function() { }

...that fixed it for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文