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.
- Host: GitHub
- URL: https://github.com/coordinates2country/sample
- Owner: coordinates2country
- Created: 2022-01-03T10:11:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T03:00:03.000Z (about 2 years ago)
- Last Synced: 2023-12-16T04:58:13.635Z (about 2 years ago)
- Topics: offline, reverse-geocoding, sample
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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