How can I force the autocomplete function from Google Place API to complete the textView with zip codes?
I've tried using this link:
https://maps.googleapis.com/maps/api/place/autocomplete/json?input=20&types=postal_code&language=de&sensor=false&key=myKey
to obtain zip codes starting with 20, but it doesn't work. I have following responce from the server:
{
"predictions" : [],
"status" : "INVALID_REQUEST"
}
How can I make it works>