Open someyoungideas opened 6 years ago
@someyoungideas great summary of the issue - I'll assign to you if you want to work on this issue.
Here's a useful reference doc for navigation.geolocation
: https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation
@jkwening I would be glad to take this issue. I may have some questions along the way. Would you like me to just post them in here and mention you as they come up, would there be a more preferred place?
@someyoungideas assigned to you. Yeah, just post in here and mention me as they come up. Thanks!
As I a user viewing the application for the first time I should have some visual notification that I have either denied geolocation, or that my geolocation is currently in process. Along with this visual notification I should also be allowed to use the search effectively. Currently if you have blocked geolocation or in the process of getting your current position the search is broken and is throwing errors due to
userPosition
not being set in the home route state.