countryindicates the national political entity, and is typically the highest order type. See ISO 3166 Alpha-2.
street_numberStreet Number indicates the precise street number.
routeindicates a named route or street name
subpremiseSpecific building information such as Apartment # or Unit #
localityindicates an incorporated city or town political entity
neighborhoodindicates a named neighborhood
postal_codePostal Code Indicates a postal code as used to address postal mail within the country
administrative_area_level_1Indicates a first-order civil entity below the country level, like State or Province. This type indicates a minor civil division. Not all nations exhibit these administrative levels​. See ISO 3166-2 subdivisions
premiseindicates a named location, usually a building or collection of buildings with a common name
sublocalityindicates a first-order civil entity below a locality. For some locations may receive one of the additional types
administrative_area_level_3Indicates a third-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels
sublocality_level_5Indicates a subdivision of locality, like unit
sublocality_level_4Indicates a subdivision of locality, like house
sublocality_level_3Indicates a subdivision of locality, like Block
sublocality_level_2Indicates a subdivision of locality, like District
{ // All fields are required unless marked "optional"
            "attributeType": "InternationalAddress",
            "values": {
                "country": "US",
                "sublocality": "District / Neighborhood", // optional
                "locality": "City",
                "subpremise": "", // optional
                "sublocality_level_2": "", // optional
                "route": "Street", 
                "administrative_area_level_2": "", // optional
                "premise": "", // optional
                "sublocality_level_5": "", // optional
                "administrative_area_level_3": "", // optional
                "sublocality_level_4": "", // optional
                "sublocality_level_3": "", // optional
                "administrative_area_level_1": "State",
                "street_number": "1234",
                "neighborhood": "", // optional
                "postal_code": "12345"
            }
        }