Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
Server backend request replacement with device geolocation requests pose PR #282 verification.
Summary of solution:
Use navigator.geolocation.getCurrentPosition in home screen for getting user location instead of backend server google geolocation request.
For MapContainer component, instead of using backend server geolocation as backup, for now alert simply alert user unable to get their location.
Can this issue be closed?
already closed
Should any new issues be added as a result of this solution?
No
Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.
@motosharpley merged this into development branch to make sure its updated in the base code base though the previous update was merged into "heroku-testing".
Issue Number:
248
Issue Description:
Server backend request replacement with device geolocation requests pose PR #282 verification.
Summary of solution:
Can this issue be closed?
already closed
Should any new issues be added as a result of this solution?
No
Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.
Thanks for contributing!