Google Places API网络服务:如何为自动填充设置多种类型

时间:2015-05-19 06:31:56

标签: autocomplete google-places-api

我在Google Places API网络服务中使用了地方自动填充功能,以下API调用工作正常:

https://maps.googleapis.com/maps/api/place/autocomplete/json?input=palo&types=(regions)&components=country:us&key=API_KEY

但我需要为(地区)地址设置自动完成功能,我使用此功能: https://maps.googleapis.com/maps/api/place/autocomplete/json?input=palo&types=(regions)|address&components=country:us&key=API_KEY

它返回:

{
"predictions" : [],
"status" : "INVALID_REQUEST"
}

设置多种类型的正确方法是什么?

1 个答案:

答案 0 :(得分:1)

http://localhost/MyProject/test2

  

如果未指定任何内容,则返回所有类型。一般只有一个   允许使用单一类型。