GooglePlace的autocompleteFragment.setBoundsBias似乎不起作用

时间:2016-06-02 09:27:44

标签: android google-places-api

我正在使用google place api autocompleteview

我想将搜索结果限制为United States of America

    autocompleteFragment = (PlaceAutocompleteFragment) getFragmentManager().findFragmentById(R.id.place_autocomplete_fragment);


 autocompleteFragment.setBoundsBias(new LatLngBounds(new LatLng(0,0),new LatLng(37.090240,-95.712891)));

此代码似乎不起作用。如果我输入Sydney,它会给我结果。

0 个答案:

没有答案