U.S. and Canadian address formats

This commit is contained in:
Minh Nguyễn
2014-10-16 02:51:45 -07:00
committed by John Firebaugh
parent dfa442903d
commit 961b030ba8
+8
View File
@@ -25,5 +25,13 @@
{
"countryCodes": ["vn"],
"format": [["housenumber", "street"], ["subdistrict"], ["district"], ["city"], ["province", "postcode"]]
},
{
"countryCodes": ["us"],
"format": [["housenumber", "street"], ["city", "state", "postcode"]]
},
{
"countryCodes": ["ca"],
"format": [["housenumber", "street"], ["city", "province", "postcode"]]
}
]