按类型过滤来自Google Places API自动填充的结果

时间:2014-06-24 20:40:10

标签: android google-maps autocomplete

我想按类型包含地理编码的方式过滤自动填充结果。 例如:

https://maps.googleapis.com/maps/api/place/autocomplete/jsonsensor=false&key=API_KEY&input=osij

我不想要地址和不具备地理编码类型的地址。

我已经尝试添加:

"&type=geocode"

但结果不会改变。我正在制作一个Android应用程序,所以这对我没有帮助Google Places API types functionality..

1 个答案:

答案 0 :(得分:1)

预期参数为types,而不是type

https://maps.googleapis.com/maps/api/place/autocomplete/json?sensor=false&input=osij&types=geocode&key=API_KEY