addressType

Type of Address returned in the response

Element Description Type Mandatory
addressType Type of Address returned in the response. Can be one of the following values: address, street, city, municipality, po_box string yes

Table 6: addressType Model elements

Example

{ “status”: “success”, “data”: { “addressType”: “postalcode”, “street”: “Kanaalweg”, “streetAbbreviated”: “Kanaalwg”, “postalCode”: “8758LD”, “city”: “Allingawier”, “municipality”: “Súdwest-Fryslân”, “municipalityCode”: “1900”, “province”: “Friesland”, “countryCode”: “NL”, “formattedAddress”: “Kanaalweg, 8758 LD Allingawier”, “geolocation”: { “centroid”: { “type”: “Point”, “coordinates”: [ 5.44684736, 53.04889444 ] }, “rdCentroid”: { “x”: 158999.456, “y”: 562447.062 } } } }