Hi there!
To get location information from your users, we need to do the following things:
- Tell the user why we want access to their location.
- Let them accept or decline.
- If they accept, bring up the location request prompt.
- Get location and display it back to the user.
***Waiting for user to grant location***
- Save any acceptance or decline in a cookie. This ensures that we don't have to ask them for it again. *NOT DONE YET*