我想過濾特定City的Google Places API結果。過濾器必須排除,而不是排序。我知道我可以指定location
和radius
,但這還不夠,因爲這隻會優先搜索結果。如何過濾City Places的Google Places API
我希望的過濾級別與Country
可用的級別相同。
我urlCall
看起來是這樣的:
https://maps.googleapis.com/maps/api/place/autocomplete/json?components=country:pt&types=address&input=INPUT&language=en-US&key=MY_KEY
我在做什麼的權利知道的是通過JSON結果迭代和評估,如果有與城市名稱的term
。
提前致謝!
添加'&administrative_area_level_3 = CITY'的鏈接沒有任何過濾的結果 – dordio
看起來像當前的Web服務只支持國家的篩選。 –