Member Junction
    Preparing search index...

    Validates and standardizes an address using the Google Address Validation API. Returns corrected address fields, deliverability verdict, and USPS data for US addresses.

    Requires the Address Validation API to be enabled in your Google Cloud project.

    await runAction({
    ActionName: 'Validate Address',
    Params: [
    { Name: 'Line1', Value: '1600 Amphitheatre Pkwy' },
    { Name: 'City', Value: 'Mountain View' },
    { Name: 'State', Value: 'CA' },
    { Name: 'PostalCode', Value: '94043' },
    { Name: 'Country', Value: 'US' }
    ]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods