仅列出城市名称 Geocomplete.js 或 Google Location Autocomplete
Posted
技术标签:
【中文标题】仅列出城市名称 Geocomplete.js 或 Google Location Autocomplete【英文标题】:Only list the cities name Geocomplete.js or Google Location Autocomplete 【发布时间】:2014-09-07 00:59:58 【问题描述】:我只想使用 Geocomplete.js 显示城市名称。我已将搜索限制为仅显示城市。但它最后仍然显示国家名称“美国”,我想摆脱它。
大家有什么建议
谢谢
【问题讨论】:
【参考方案1】:很高兴我终于找到了 geocomplete.js 的解决方案!希望它对某人有用。
解决方案:发送带有地理完成功能所需限制的选项:
var options =
types: ['(cities)'],
componentRestrictions:
;
$("#source").geocomplete(options);
您还可以发送基于国家/地区的限制。 带有
之类的选项var options =
types: ['(cities)'],
componentRestrictions: country: ["usa"]
;
使用 google places api 解决方案的 Google Location Autocomplete 很简单,here is the answer
【讨论】:
@FeridMovsumov 你能分享你的代码 sn-p 和你想要实现的目标吗?以上是关于仅列出城市名称 Geocomplete.js 或 Google Location Autocomplete的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Google Autocomplete iOS 中仅获取印度城市名称?
通过 Maxmind GeoLite2 Free 获取用户城市的本地化名称