谷歌地图和谷歌位置自动完成冲突
我正在显示谷歌地图,其下方有一个文本输入,其中使用谷歌的地点自动完成功能。我在显示地图或自动完成功能时遇到问题,但无法让两者一起工作:(
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加:
到:
...为我解决了这个问题。
Add:
to:
...that fixed it for me.