gpt4 book ai didi

javascript - jQuery 位置选择器 API 位置名称字段不起作用

转载 作者:行者123 更新时间:2023-11-28 15:07:45 24 4
gpt4 key购买 nike

我正在使用 jquery 位置选择器 API 进行 map View 。该 API 中的所有内容都工作正常,除了当我们输入位置名称时它不起作用。而且自动完成选项不起作用, map 不显示位置。

Location: <input type="text" id="location" style="width: 200px"/>
Lat <input type="text" id="lat" style="width: 200px"/>
Long: <input type="text" id="lng" style="width: 200px"/>
<div id="us2" style="width: 500px; height: 400px;"></div>

<script>$('#us2').locationpicker({
location: {latitude: 46.15242437752303, longitude: 2.7470703125},
radius: 0,
inputBinding: {
latitudeInput: $('#lat'),
longitudeInput: $('#lng'),
locationNameInput: $('#location')
},
enableAutocomplete: true,
onchanged: function(currentLocation, radius, isMarkerDropped) {
alert("");
}
});
</script>

最佳答案

我也遇到了同样的问题。事实证明,如果您使用带有 API key 的 Google Maps API,则需要在 google 开发者控制台中启用“Google Places API Web 服务”。在我这样做之后,自动完成功能就起作用了。

关于javascript - jQuery 位置选择器 API 位置名称字段不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38185426/

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