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
From screen, route to map with per selected/submitted search query.
Summary of solution:
Heavy refactor of ~/client/src/components/LeafletOsmMap/index.js abstracting out marker creation/management code snippets into re-useable functions.
Use google geolocation when device geolocation fails - I seem to be having problems since upgrading chrome.
Hoist searchResult outcome to client app.js in order to pass home screen result back to map view during routing
Can this issue be closed?
yes - in favor of more specific issues based on current app state
Should any new issues be added as a result of this solution?
style search result list
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.
Issue Number:
181
Issue Description:
From screen, route to map with per selected/submitted search query.
Summary of solution:
~/client/src/components/LeafletOsmMap/index.js
abstracting out marker creation/management code snippets into re-useable functions.Can this issue be closed?
yes - in favor of more specific issues based on current app state
Should any new issues be added as a result of this solution?
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!