Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grady-lad/taxilocator
An app I developed during my last year in college, which locates the closest taxi within a one mile radius
https://github.com/grady-lad/taxilocator
Last synced: about 10 hours ago
JSON representation
An app I developed during my last year in college, which locates the closest taxi within a one mile radius
- Host: GitHub
- URL: https://github.com/grady-lad/taxilocator
- Owner: grady-lad
- Created: 2014-10-24T17:25:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T17:39:17.000Z (about 10 years ago)
- Last Synced: 2024-06-11T19:07:36.520Z (7 months ago)
- Language: Java
- Size: 309 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
taxilocator
===========An app I developed during my last year in college, which locates the closest taxi within a one mile radius
How it works
---------------------The taxi app periodically gets its location via GPS or through the phones network connection if GPS is not enabled. Once the co-oridantes are obtained the app sends it co-ordinates to the rest api which
stores the location and information about the driver.The user app then dislays the cloest taxis to the users location within a one mile radius, the locations are displayed on the map and locations are queried periodically