Skip to content

A suite should not be treated as a region. #5

Description

@markstos

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions