Addressvalidation

Addressvalidation

Address Validation API

The Address Validation API allows developers to verify the accuracy of addresses. Given an address, it returns information about the correctness of the components of the parsed address, a geocode, and a verdict on the deliverability of the parsed address.

Constructor

new Addressvalidation()

Example
```js
const {google} = require('googleapis');
const addressvalidation = google.addressvalidation('v1');
```