我在Google Places API网络服务中使用了地方自动填充功能,以下API调用工作正常:
但我需要为(地区)和地址设置自动完成功能,我使用此功能: https://maps.googleapis.com/maps/api/place/autocomplete/json?input=palo&types=(regions)|address&components=country:us&key=API_KEY
它返回:
{
"predictions" : [],
"status" : "INVALID_REQUEST"
}
设置多种类型的正确方法是什么?