Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgp1130/waypoint
Xamarin app for placing a "You are here" dot on a physical map.
https://github.com/dgp1130/waypoint
Last synced: 12 days ago
JSON representation
Xamarin app for placing a "You are here" dot on a physical map.
- Host: GitHub
- URL: https://github.com/dgp1130/waypoint
- Owner: dgp1130
- Created: 2017-05-15T04:28:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T03:58:56.000Z (over 5 years ago)
- Last Synced: 2024-10-05T07:41:08.467Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waypoint
Waypoint is a cross-platform Xamarin app which allows a user to take a picture of a physical map
and place a "You are here" dot on top of it. This is done by using OCR to read some metadata which
must be printed on the map, then using the device's geolocation with a little math it is able to
approximate the user's location on the map and place a visible dot there.This was done for a Mobile App Design class at Santa Clara University.