Suppose you want to make some web app that lets users input addresses. I would be nice to
- Weed out minor misspelling
- Standardise format (proper capitalisation, abbreviated province/state or full name etc)
- Input in freeform but store civic number, street name, city etc separately
- Verify the address exists of course
Some governmental entities provide this information via public APIs but if you want a uniform service, why not use Google? Continue reading