google / google/libaddressinput
Taiwan's locality_name_type
Open
- Dominant language
- C++
- Stars
- 624
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
Taiwan does not currently provide a `locality_name_type`, so it defaults to `city` per `ZZ`.
However, the administrative division and consequently the address format for Taiwan is as follows:
`state_name_type`: municipality or county (I think `county` is fine)
`locality_name_type`: city district or township (this is not `city`, large cities are counties, small ones are parts of larger townships)
It seems like the correct `locality_name_type` would be `district`.
Contributor guide
Assessment
This issue has not been assessed yet.