TIPOFF / addresses

Laravel Package to manage addresses & interact with Address API
MIT License
0 stars 2 forks source link

Determine Domestic Address format when searching with Google autocomplete #136

Open devjk1 opened 3 years ago

devjk1 commented 3 years ago

The issue with Google autocomplete on Places API is if we search without a 'street number', API will return partial addresses (e.g. no street number, no zip too IIRC) if we search with a 'street number', we can get a full address, then store directly.

Another issue is determining if complete addresses can start without a number (e.g. PO box, if we store those) if we do store addresses that start without a number, we could

if we only store addresses that start with a number, we can

After a cursory search, I believe complete addresses need a street number. Whether or not 'street numbers' can start with a letter is another concern.