I\'m using Google Place API for Android with autocomplete
Everything works fine, but when I get the result as shown here, I don\'t have the city and postal code info
Not the best way, but the following can be useful:
Log.i(TAG, "Place city and postal code: " + place.getAddress().subSequence(place.getName().length(),place.getAddress().length()));