Hi there!

To get location information from your users, we need to do the following things:

  1. Tell the user why we want access to their location.
  2. Let them accept or decline.
  3. If they accept, bring up the location request prompt.
  4. Get location and display it back to the user.
  5. ***Waiting for user to grant location***
  6. Save any acceptance or decline in a cookie. This ensures that we don't have to ask them for it again. *NOT DONE YET*