0

I have a latitude and a longitude , and I need to get the isocode , is there any Library in Java or Google service library that returns me the isocode ?

Nexussim Lements
  • 535
  • 1
  • 15
  • 47
  • Hi, have you done any research, prior to posting your question, on this topic ? – Nicolas Jun 03 '20 at 11:41
  • 1
    Does this answer your question? [Given the lat/long coordinates, how can we find out the city/country?](https://stackoverflow.com/questions/6159074/given-the-lat-long-coordinates-how-can-we-find-out-the-city-country) – Dmitry Pisklov Jun 03 '20 at 11:42

1 Answers1

1

Since the data are not fixed, it is impossible to put that into a library. You need to call a service, e.g. the GeoCoder from here.com: https://developer.here.com/documentation/geocoder/dev_guide/topics/what-is.html

Stefan
  • 1,789
  • 1
  • 11
  • 16