I have a free form text field that allows the user to enter a city and state, for example. "Chicago, Illinois."
What I would like to do is when the user starts typing to start displaying suggestions for completed city + state combinations (just like Stackoverflow automatically sets the "tags" field below when you create a question).
Question : Is there an API that returns every combination of USA cities and states? Or can I load every city + state that exists in the USA somewhere?
source
share