I need to create two dropdowns for an app. One shows all countries the the world, the other is filled with all cities of a selected country in the first dropdown. Is there any web service or database that provides such information?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Desmond You can get a list of all the countries and all cities per country from a free database from MaxMind.com that is only 33Mb. http://www.maxmind.com/app/worldcities Andrew Part of the "OpenGeoCode.Org" Team |
|||
|
|
|
Given that you found by yourself the answer to your question, I'll give the answer for what you ask in the comment: Maybe Boxer Text Editor will do the trick:
|
|||
|
|
|
Geonames has several webservices which basically give you programmatic access to that 800m db. |
|||
|
|
|
Have a look at WorldCitiesDatabase.Info |
||||
|
|
