使用 yandex suggestView 自动完成城市字段

Autocomplete city field with yandex suggestView

提问人:narcel 提问时间:9/12/2023 最后编辑:narcel 更新时间:9/12/2023 访问量:45

问:

我有一个城市的输入字段。当我开始输入城市时,我需要显示一个城市下拉列表。只有城市。

<input type="text" name="city" id="city">

我有一个js函数,但它不仅显示城市,还显示区域等,但我只需要城市

function onLoad (ymaps) {
   var suggestView = new ymaps.SuggestView('city');        
}

如果用户没有从列表中选择任何内容,那么在按下按钮时添加错误也会很好

请Hepl

javascript yandex-api

评论

0赞 5px 9/12/2023
您需要 Yandex API 吗?对于 Google Maps Places API,您只能使用按城市进行过滤。developers.google.com/maps/documentation/places/web-service/....您每月可获得 200 美元的免费赠金,可用于 Google Maps API。&types=(cities)
0赞 narcel 9/13/2023
我只需要 yandex api

答: 暂无答案