Google自动填充过滤器无法正常运行

时间:2017-11-06 12:28:35

标签: android autocomplete google-api google-places-api autocompletefilter

当我尝试在用户输入任何文本时获取结果列表时,我遇到了问题。我正在使用Google Places API TextAutoComplete服务。我想过滤我的结果,例如,我想在我的结果中只获得ATM。我将类型过滤器(Place.TYPE_ATM)设置为我的AutocompleteFilter,但它无法正常工作,它显示所有(街道,城市,咖啡馆等)。我的代码:

filter = new AutocompleteFilter.Builder()
                .setTypeFilter(Place.TYPE_ATM)
                .setCountry(MyApplication.getCurrentCountry())
                .build();

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

确保您使用的是Google Play服务9.4