> There are existing libraries that can transform tokenized fields to
> postal-compatible blobs; engineers at Google have referred us to
> libaddressinput [5]. However, this API seems incomplete. For example,
> the CN query at [6] lists only city and state as required
> administrative levels, whereas the comments at [3] suggest that there
> should be three.

An update: I posted this question to
https://groups.google.com/forum/#!topic/libaddressinput-discuss/sXHUQGtlwnI
, and it looks like this problem is even more complex than originally
described. Apparently, administrative levels are not even
country-specific, so our UI needs to be responsively designed such
that sub-levels are determined only after a higher level is selected.

On the upside, assuming the data supplied by libaddressinput is
correct, it looks like all of this data is already available to us if
we want to use it.

Brian
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to