gpt4 book ai didi

Android Geocoder 只返回一个地址

转载 作者:行者123 更新时间:2023-11-29 19:10:53 25 4
gpt4 key购买 nike

如果用户尝试在我的应用中查找地址,我将使用以下代码获取建议列表:

String locationName = "Berli"
if (Geocoder.isPresent()) {
Geocoder geocoder = new Geocoder(getBaseContext(), Locale.getDefault());
List<Address> list = geocoder.getFromLocationName(locationName, 5);
}

但它只返回“Berli, India”作为我列表中的单个条目 - 而不是其他可能的地址,如“Berlin, Germany”等。同样,当我尝试许多其他地方时,只显示一个建议。这是 Geocoder 的正确行为还是我应该使用其他解决方案?

非常感谢,克里斯

最佳答案

听起来自动完成比地理编码更符合您的需求。

看看Place Autocomplete in the Google Places API .

关于Android Geocoder 只返回一个地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45398698/

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