Clone this repo:
  1. 779f0ec Merge pull request #238 from google/FF0F89A9FFB90668CB5E5C968FD01756 by Dominic Battre · 5 months ago master
  2. d80bd4c (AUTOMATIC) opensource update by Dominic Battre · 6 months ago FF0F89A9FFB90668CB5E5C968FD01756
  3. 7b7ced1 Merge pull request #236 from google/FF0F89A9FFB90668CB5E5C968FD01756 by pkasting · 12 months ago
  4. 45d0149 (AUTOMATIC) opensource update by Dominic Battre · 1 year, 1 month ago
  5. f471330 Merge pull request #234 from google/FF0F89A9FFB90668CB5E5C968FD01756 by Dominic Battre · 1 year, 2 months ago

libaddressinput

Build Status

The libaddressinput project consists of two different libraries (one implemented in C++, one implemented in Java for Android) that use address metadata from Google's Address Data Service to assist application developers in collecting and handling postal addresses from all over the world.

These libraries can provide information about what input fields are required for a correct address input form for any country in the world and can validate an address to highlight input errors like missing required fields or invalid values.

C++

The C++ library (in very portable C++11) of libaddressinput is used in address-related projects in Chromium.

https://chromium.googlesource.com/chromium/src/+/master/third_party/libaddressinput/

Java

The Java library of libaddressinput is written for use in Android and includes an Android UI address input widget ready for use, but only the UI parts are tied to Android.

Non-UI code and tests can be run in Java SE, and the rest of the library could easily be adapted to run in any Java environment.

Mailing List

Using and developing libaddressinput is discussed on this mailing list:

https://groups.google.com/forum/#!forum/libaddressinput-discuss

License

Source code licensed under the Apache 2.0. Data licensed under the CC-BY 4.0