GoogleApi.AddressValidation

Address Validation API client library.

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.

Installation

Install this package from Hex by adding google_api_address_validation to your list of dependencies in mix.exs:

def deps do
  [{:google_api_address_validation, "~> 0.3"}]
end

For more information

Product documentation is available at https://developers.google.com/maps/documentation/addressvalidation.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_address_validation.