reverse-country-code icon indicating copy to clipboard operation
reverse-country-code copied to clipboard

Java library for converting latitude and longitude coordinates into ISO 3166-1 two letter country codes.

Results 3 reverse-country-code issues
Sort by recently updated
recently updated
newest added

Hi, Just bump with your lib. I was wondering why did you move to work geonames instead of thematic?

Fails to convert some coordinates in Canada and USA: This coordinate was correctly converted to Canada: - `68.078946, -138.302901` These coordinates, when calling the `getCountry(double lat, double lon)` method returned...

Hey I tried to use the reverse country code in Kotlin and found out that the function ifPresent shown in the Read me only returns `Kotlin.Unit` but with `reverseGeocoder.getCountry(lat,lon).get()` worked...