Auto-Complete Address Using the zipcode of Google Maps

How can I use the ZipCode of the Google Maps to auto-complete address location in a form?

Hi,

Please try with this:
Note:$scope.newapp.zip=zipcode.

    $http({
       method: 'GET',
       url: 'https://www.zipcodeapi.com/rest/eF64h39cHviiDTkLyUld0ZDJchjJR1B6GIaYLkbsPtLtm5fVZA80zMKM33vV571M/info.json/'+$scope.newapp.zip+'/radians',
       headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
     })