-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It looks like if you don't provide a suburb in the QLD 4000 chunk, the state is not extracted properly. Happy to tackle this one. π as google maps api does provide address that look like this.
The Current Output
parseLocation('123 Fake Street, QLD 4000, Australia')
{
streetName: 'Fake',
streetNumber: '123',
streetType: 'ST'
}
Expected Output
parseLocation('123 Fake Street, QLD 4000, Australia')
{
streetName: 'Fake',
streetNumber: '123',
streetType: 'ST',
state: 'QLD',
postcode: '4000'
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels