传递国家名称时获取所有 States/Region/Cities
Getting all States/Region/Cities when passing Country name
我正在使用 spring 在 java 中创建一个 Web 应用程序,在选择国家/地区时,我必须在下拉列表中填充所有 states/region/cities。是否有任何 api、网络服务或 java 脚本来实现相同的目的。
如Yanick specified in this question;
Take a look at GeoNames. You can download (just about) everything they
have and create your own local databases, or you can use their REST
Webservice API. As an added bonus, they even have already made client
libraries.
你也可以看看this.
我正在使用 spring 在 java 中创建一个 Web 应用程序,在选择国家/地区时,我必须在下拉列表中填充所有 states/region/cities。是否有任何 api、网络服务或 java 脚本来实现相同的目的。
如Yanick specified in this question;
Take a look at GeoNames. You can download (just about) everything they have and create your own local databases, or you can use their REST Webservice API. As an added bonus, they even have already made client libraries.
你也可以看看this.