The Google Maps V3 Geocoder Address components (Dec 2019)

Search for an address:

Result     Lat    Lng    LatLng  

Hno    Street    Abbrv=  Suburb   PostCode  LGA  

State     Abbrv=  Country    Abbrv=  Accuracy  



see the Google Maps V3 Developers API notes
   https://developers.google.com/maps/documentation/geocoding/#Types
  https://developers.google.com/maps/documentation/javascript/examples/

The following is from Google Map API v2 doc (enum GGeoAddressAccuracy)

0 Unknown location.
1 Country level accuracy.
2 Region (state, province, prefecture, etc.) level accuracy.
3 Sub-region (county, municipality, etc.) level accuracy.
4 Town (city, village) level accuracy.
5 Post code (zip code) level accuracy.
6 Street level accuracy.
7 Intersection level accuracy.
8 Address level accuracy.
9 Premise level accuracy