Android GeoCoder仅返回1个结果

时间:2012-06-15 09:43:44

标签: android geolocation location google-geocoder

在我的Android应用程序中,用户可以输入一个地址来设置他的位置。为此,我正在使用Geocoder和getFromLocationName方法。

当我寻找基本城市时,一切都运转正常,但一旦我寻找不明确的位置,例如法国的Villefranche(法国有超过10个城市称为Villefranche),GeoCoder仅返回1个结果。

以下是我如何调用该方法:

resultReverseGeo = geoCoder.getFromLocationName(name, 5);
Log.d(TAG, "Size " + resultReverseGeo.size()); // size is always = 1 

有什么想法吗?

0 个答案:

没有答案