Google places APIのSUBURB内で検索することはできますか?たとえば、特定の地域や国の結果のみを返すようにPlaces APIを強制できますか?おかげさまで Google Place APIのSUBURBリストのみを検索する方法
1
A
答えて
0
Places APIに特定の地域や国の結果のみを返すように強制できますか?
はい、あなたはだけAutocompleteFilter.Builder
公開メソッドの概要
setCountry(String country)
に結果を制限する国を使用することができます。
setTypeFilter(int typeFilter)
プレイスオートコンプリートリクエストの結果セットを制限することができます。プレイスオートコンプリートリクエストの結果セットを制限できます。
有効な値は以下のとおり
TYPE_FILTER_NONE
TYPE_FILTER_GEOCODE
TYPE_FILTER_ADDRESS
TYPE_FILTER_ESTABLISHMENT
TYPE_FILTER_REGIONS
TYPE_FILTER_CITIES
サンプルコードPlace Autocomplete
からより多くの情報rteadためAutocompleteFilter typeFilter = new AutocompleteFilter.Builder()
.setCountry("AU")// set her your Country
.build();
autocompleteFragment.setFilter(typeFilter);
// or
Intent intent = new PlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_FULLSCREEN)
.setFilter(typeFilter)
.build(this);
関連する問題
- 1. GoogleプレイスAPIでGLACEのPLACEを検索
- 2. Google place api:国別検索フィルタ
- 3. Google Place API - 料理リスト
- 4. Google Place APIのフードタイプのレストランのリスト
- 5. Google place API(ジオコーディング)からの不正確な検索結果
- 6. Google Place API都市別の座標検索
- 7. AndroidでGoogleマップとPlace APIを組み合わせる方法
- 8. Google Place API
- 9. google place api
- 10. Googleカスタム検索JSON APIのウェブページのみ
- 11. GoogleプレイスAPI検索
- 12. Google Place API(ポルトガル語)
- 13. Android Google Place Api次のページ
- 14. Google place APIのクライアントID
- 15. Google Place API - 営業時間を取得する方法
- 16. Google Place Apiから配列データを抽出する方法
- 17. Google Place API - LRDコードを抽出する方法
- 18. Google Place APIからOrbeonオートコンプリートアドレスを作成する方法
- 19. Google検索オートコンプリートアドレスapi - 特定の都市のみを検索する
- 20. Googleのオートコンプリート検索の方法Swift
- 21. API google検索
- 22. setCountry()をAutocompleteFilter Google place APIに呼び出す方法は?
- 23. タプルのリストを検索する方法
- 24. androidのgoogle検索からwebviewで動画リストを読み込む方法
- 25. Pick Place Error - Google Places API
- 26. リスト内の検索方法
- 27. Google検索オートコンプリートAPI?
- 28. googleカスタム検索api
- 29. Google検索APIバックエンド
- 30. Googleカスタム検索API