This repository contains the location-based quiz mobile application. Below are the main functions of the app:
- Displays a map derived from Leaflet API
- On start-up, automatically downloads question location points and tracks user device location, adding these to the map.
- Displays location names of question points
- Calculates the distance between user location and Warren Street Station
- Calculates distance between user location and question points
- Informs user if answer choice is correct or incorrect.
- Uploads user answer input of questions to server to process and store input to a PostGIS database.
- Contains a user guide page.