Consider:
{ text: '1 17th Street Suite 2, Denver, CO',
parts: [],
unit: undefined,
country: undefined,
number: 1,
street: '17th Street',
regions: [ 'Suite 2', 'Denver', 'CO' ] }
I don't think a "Suite" should be treated as a region.
For example, when parsing US addresses, I'd like to assume that the
only value "regions" I should find should be a city and state code.
Thanks!
Mark
Consider:
I don't think a "Suite" should be treated as a region.
For example, when parsing US addresses, I'd like to assume that the
only value "regions" I should find should be a city and state code.
Thanks!
Mark