草庐IT

setBoundsBias

全部标签

Android Google Places 自动完成 api 边界不起作用

我希望能够使用googleplacesapi自动完成一些地方。我只想包括某个地区的某些地方。GooglesAPI文档通过使用函数setBoundsBias描述了这个特性,但我似乎无法让它正常工作,因为它仍然从指定区域之外返回结果。try{Intentintent=newPlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_OVERLAY).setBoundsBias(newLatLngBounds(newLatLng(16.371163,21.051073),newLatLng(16.725743,21.424006))).bui

android - 通过 setBoundsBias 限制自动完成结果

我正在使用setBoundsBias来限制googlemapautocompletePlace中的自动完成结果,但结果包含超出范围的地方。有什么问题吗?{finalintPLACE_AUTOCOMPLETE_REQUEST_CODE=1;AutocompleteFiltertypeFilter=newAutocompleteFilter.Builder().setCountry("IR").build();try{Intentintent=newPlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_OVERLAY).setBoun