https://github.com/sembamax/geo-distance
Android app that calculates the shortest distance between 2 locations on map, based on Great Circle distance formula.
https://github.com/sembamax/geo-distance
Last synced: about 1 year ago
JSON representation
Android app that calculates the shortest distance between 2 locations on map, based on Great Circle distance formula.
- Host: GitHub
- URL: https://github.com/sembamax/geo-distance
- Owner: SembaMax
- Created: 2019-10-10T04:08:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T04:30:08.000Z (over 6 years ago)
- Last Synced: 2025-02-05T05:43:26.602Z (over 1 year ago)
- Language: Kotlin
- Size: 481 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geo-distance
Android app that calculates the shortest distance between 2 locations on map, based on Great Circle distance formula.
## Demo
## Tech Stack
- **MVVM**
- **Dagger**
- **Mockito**
- **Junit5**
- **RxJava**