Reputation: 91
I'm trying to give auto suggestion for places when user typing in auto complete text view in android. Right now i'm using the new Google play services libraries and sample code from the following link Place Auto complete . But When trying to give suggestion for the user typed text, I'm getting the following error
Error getting autocomplete prediction API call:
Status { statusCode = NETWORK_ERROR, resolution = null }
Any idea what may be the problem?
Upvotes: 2
Views: 448