以下 Google Places API - getQueryPredictions国/都市/州別に制限しますか?
service.getQueryPredictions({input: 'pizza near'}, callback);
グーグル
によって与えられたgetQueryPredictionsの例では、特定の国/都市/国家のために結果を制限する方法はありますか?その他の機能/コンポーネントはこの
var input = document.getElementById('searchTextField');
var options = { types: ['(cities)'], componentRestrictions: {country: 'fr'}};
autocomplete = new google.maps.places.Autocomplete(input, options);
申し訳ありません:/ ありがとう – user1809157