Address Validation API

  • The Address Validation API helps developers confirm the accuracy of addresses by analyzing their components and providing deliverability information.

  • It offers functionalities like address parsing, geocoding, and deliverability assessment to ensure address data quality.

  • Developers can utilize the API by sending address data and receiving validation results, including geocodes and deliverability verdicts.

  • The service name, addressvalidation.googleapis.com, is crucial for creating RPC client stubs to interact with the 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.

Service: addressvalidation.googleapis.com

The Service name addressvalidation.googleapis.com is needed to create RPC client stubs.

google.maps.addressvalidation.v1.AddressValidation

Methods
ProvideValidationFeedback Feedback about the outcome of the sequence of validation attempts.
ValidateAddress Validates an address.