2

i am creating a web application in java using spring where i have to populate all states/region/cities in a drop down when choosing a country. Is there any api, web-service or javascript for achieving the same.

hKs
  • 486
  • 2
  • 6
  • 20

1 Answers1

4

As 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.

Also you can look this.

Community
  • 1
  • 1
Semih Eker
  • 2,389
  • 1
  • 20
  • 29