An open API service indexing awesome lists of open source software.

https://github.com/coordinates2country/sample

Sample command-line program demonstrating the use of Coordinates2Country for reverse geocoding.
https://github.com/coordinates2country/sample

offline reverse-geocoding sample

Last synced: 14 days ago
JSON representation

Sample command-line program demonstrating the use of Coordinates2Country for reverse geocoding.

Awesome Lists containing this project

README

          

Sample command-line program demonstrating the use of [Coordinates2Country](https://github.com/coordinates2country/coordinates2country) for reverse geocoding.

Usage: `./gradlew run`
It should output: `France`

Actually there are only two important lines:

- [App.java](https://github.com/coordinates2country/sample/blob/main/app/src/main/java/io/github/coordinates2country/sample/App.java#L14)
- [build.gradle.kts](https://github.com/coordinates2country/sample/blob/main/app/build.gradle.kts#L24)

License: public domain